<select name="quiz3" > <option th:each="count:${#numbers.sequence(1,10)}" th:value="${count}" th:text="${count}"></option> </select> th:each="count:${#numbers.sequence(1,10)}" 来源:https://www.cnblogs.com/book-mountain/p/11828597.html 标签 thymeleaf each select