摘要: th:action 定义后台控制器路径,类似<form>标签的action属性。 <form id="login-form" th:action="@{/login}">...</form> th:each 对象遍历,功能类似jstl中的<c:forEach>标签。 <form id="login- 阅读全文