摘要: JSTL可以完成一般的任务(如遍历、集合和条件)、处理XML文档、格式化文本、访问数据库、操作数据等等。 下面内容介绍了,操作有界对象的标签(out、set、remove),执行条件测试的标签(if、choose、when、otherwise),遍历集合或token的标签(forEach、forTo 阅读全文
posted @ 2018-12-24 23:19 HelloWorld1815 阅读(194) 评论(0) 推荐(0) 编辑
摘要: EL表达式 关键字 and eq gt true instanceof or ne le false empty not lt ge null div mod 访问对象的属性的两种方法: 方法一:${object["propertyName"]} 方法二:${object.propertyName} 阅读全文
posted @ 2018-12-24 19:07 HelloWorld1815 阅读(220) 评论(0) 推荐(0) 编辑
摘要: 表单标签库 jstl 转化器和格式化 转换器converter,需要实现org.springframework.core.convert.converter.Converter接口 格式化formatter,需要实现org.springframework.format.Formatter接口 可以利 阅读全文
posted @ 2018-12-24 17:38 HelloWorld1815 阅读(277) 评论(0) 推荐(0) 编辑