摘要: <div>迭代状态对象</div> <table> <tr th:each="data,iterState : ${#numbers.sequence(0,2)}" th:style="|background-color:| + ${iterState.odd ? 'while' : 'gray'} 阅读全文
posted @ 2021-11-28 21:08 durtime 阅读(220) 评论(0) 推荐(0)