Thymeleaf中,th:each标签的最后一个一个参数代表什么?
<div class="item active" th:if="${iterStat.index==0}" th:each="img,iterStat:${pics}">
如此例中的${pics}。
胡说叔叔
相关分类