thymeleaf for循环第一次后中断循环
thymeleaf for循环第一次后中断循环
<div th:each="processList, iterStat : ${dict.processList}" > <th:block th:if="${iterStat.index == 0}"> <span style="width:80%;display: block;" class="progressBar" id="spaceused1">[[${processList.workRange}]] </span> </th:block> <br> <th:block th:unless="${iterStat.index == 0}"> <!-- 在第一次循环后中断循环 --> <th:block th:break></th:block> </th:block> </div>
术到极致,几近于道。
有道无术,可以求术;
有术无道,止于术矣。