EL表达式学习(持续更新)

1.EL 字符串比较

  <c:if test="${requestScope.exp eq ’Str‘}">.......</c:if>或
<c:if test="${requestScope.exp == 'Str'}">.......</c:if> 

 

posted @ 2013-05-09 19:38  javawebsoa  Views(106)  Comments(0)    收藏  举报