null字面量

也可以使用null字面量:

<div th:if="${variable.something} == null"> ...

Last updated