thymeleaf中的字符串和变量拼接 首先看看thymeleaf官方文档里的描述,写得很清楚。 4.8 Literal substitutions Literal substitutions allow for an easy forma... 2018年8月22日 Spring 浏览量:4,444 次 发表评论 阅读全文
Thymeleaf模板表达式 参照https://lijun0349-163-com.iteye.com/blog/2396563 实际试了下,数字三位用,号分隔用${#numbers.formatInteger(num,3)}这... 2018年7月30日 Spring 浏览量:573 次 1 阅读全文
thymeleaf判断list或字段非或非空的方法 thymeleaf里判断List为空的写法: th:if="*{#lists.isEmpty(h_sntkinfHeaderlst)}" 判断list非空的写法: th:if="*{no... 2018年7月27日 Java 浏览量:6,445 次 发表评论 阅读全文