th:each迭代在各个标签的写法
<div th:each="u:${user}" >
<input th:value="${u.userName}" />
<span th:text="${u.userId}"></span>
<a th:href="@{/sign/details(userId=${u.userId})}" >
</a>
<div th:text="${u.userName}"></div>
</div>
有建议,请留言!
*您的姓名:
*所在城市:
*您的联系电话:
*您的QQ:
咨询问题: