【发布时间】:2014-01-07 13:38:20
【问题描述】:
我是 thymeleaf 的新手,我在执行 if 条件时遇到了问题。我写的代码是
<tr th:if="${id &eq; 1 and mobNumber &eq; 1}" height="40" valign="top">
//some code here
</tr>
问题是这段代码在编写时网页一直在加载。谁能告诉我执行此操作的正确方法。
【问题讨论】:
-
如果这提供了您问题的答案,您应该将其作为解决方案发布,@user2078883。
标签: java html spring thymeleaf