首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > JAVA > Eclipse开发 >

JAVA Eclipse El,该怎么处理

2012-08-13 
JAVA Eclipse El%String str1 abcString str2 abc1%${str1 str2}这段代码输出的值为什么是t

JAVA Eclipse El
<%
String str1 = "abc";
String str2 = "abc1"; 
%>  

${str1== str2}这段代码输出的值为什么是true.

[解决办法]
el 默认是从request里面取值 你在上面改变没什么作用

热点排行