随笔分类 -  JSTL

摘要:1.EL表达式的作用: 1.1访问Bean的属性。 方式一:${对象名 . 属性名} eg:${user.name} 方式二:${对象名["属性名"]} 1.2输出简单的运算结果 1.3获取请求参数值 JSTL <%@taglib uri=" " prefix=" " %> uri:JSP标签的命名 阅读全文
posted @ 2016-11-16 15:18 21heshang 阅读(152) 评论(0) 推荐(0)
摘要:http://www.yiibai.com/jstl/jstl_core_if_tag.html <td>&nbsp;${log.etdhHandleTime }<span>&nbsp; <c:if test="${log.etdhHandleStatus == 20 }"> <p><c:out v 阅读全文
posted @ 2016-10-11 16:41 21heshang 阅读(2974) 评论(0) 推荐(0)