EL表达式学习(持续更新)
1.EL 字符串比较
<c:if test="${requestScope.exp eq ’Str‘}">.......</c:if>或
<c:if test="${requestScope.exp == 'Str'}">.......</c:if>
1.EL 字符串比较
<c:if test="${requestScope.exp eq ’Str‘}">.......</c:if>或
<c:if test="${requestScope.exp == 'Str'}">.......</c:if>