我想在这样的Thymeleaf模板上设置一些条件,但它不起作用.
<li th:if="${entry.description != null && entry.owner == true}" th:each="entry : ${entryList}" class="group">
如何正确使用此代码?
spring thymeleaf
spring ×1
thymeleaf ×1