JSTL(c标签)与Struts2(s标签)标签的常用功能对比
摘要:
1. 条件标签 JSTL<c:if test="${user.password == 'hello'}"> <c:choose> <c:when test="${user.age <= 18}"> <font color="blue"/> </c:when> <c:when test="${user.age <= 30 && user.age > 18}"> <font color=&qu 阅读全文