thymeleaf标签 th:each的使用
<div class="item active" th:if="${iterStat.index==0}" th:each="img,iterStat:${pics}"> < ...
<div class="item active" th:if="${iterStat.index==0}" th:each="img,iterStat:${pics}"> < ...
通过th:attr设置html标签样式: th:attr="style='background:url('+${l.qiniuIcon}+');background-size:cover;'" 通 ...