bars
Thymeleaf参考指南
search
circle-xmark
⌘
Ctrl
k
copy
Copy
chevron-down
I. 使用Thymeleaf
chevron-right
4 标准表达式语法
chevron-right
4.6 字面量
null字面量
也可以使用
null
字面量:
Copy
<div th:if="${variable.something} == null"> ...
Previous
布尔字面量
chevron-left
Next
字面量标记
chevron-right
Last updated
6 years ago