Thymeleaf html页面是否可以检查?
如何在百里香中检查这种情况..
我试过这个但不工作
<tr th:each="s : ${patterns}">
<h3><p th:text="${s.questionPattern}" /></h3>
<tr th:each="q : ${questions}">
<!--This checking is possible ? -->
<div th:if="${#s.questionPattern == q.questionPattern.questionPattern}">
<p><input type="text" th:text="${q.questionName}" /></div>
</p>
</tr>
</tr>
我知道这不是正确的方法
如果你知道答案请分享..