当前位置: 代码迷 >> ASP >> el表达式的返回值是什么门类的
  详细解决方案

el表达式的返回值是什么门类的

热度:247   发布时间:2013-09-06 10:17:17.0
el表达式的返回值是什么类型的
member.getMemberId()的返回值是int类型的
那${sessionScope.member.memberId}的返回值是什么类型的呢
EL表达式? JSP

------解决方案--------------------
el返回的值都是显示到html中了,所以都是字符串,string型
  相关解决方案