th:if条件判断除了判断boolean值外,Thymeleaf 还认为如下表达式为true:
• 值非空• 值是非0数字• 值是字符串,但是不是false, off or no• 值不是boolean值,数字,character或字符串
Strings逻辑判断
isEmptycontains
${#strings.contains(name,'abc')}
除了字符串判断语句外,#strings 还支持字符串的数据处理,比如