10 属性优先级
<ul>
<li th:each="item : ${items}" th:text="${item.description}">Item description here...</li>
</ul><ul>
<li th:text="${item.description}" th:each="item : ${items}">Item description here...</li>
</ul>Last updated
<ul>
<li th:each="item : ${items}" th:text="${item.description}">Item description here...</li>
</ul><ul>
<li th:text="${item.description}" th:each="item : ${items}">Item description here...</li>
</ul>Last updated