th:if 多条件
<!--遍歷map集合--><tr th:each="map,mapStat:${datamap}" th:if="${mapStat.index < 10 and 4 < mapStat.index}"> <td th:text="${map.key}"></td><td th:text="${map.value?.hexData}"></td><td th:text="${map.value?.data}"></td><td th:text="${map.value?.res}"></td><td th:text="${mapStat.index}"></td></tr>
th:if="${mapStat.index < 10 and 4 < mapStat.index}"
如何在th中使用多個條件:如果標簽使用thymeleaf(How to have multiple condition in an th:if tag using thymeleaf)
總結
- 上一篇: 有会做公众号淘客导购系统的吗
- 下一篇: FCoE模块设计与实现