选择选项时如何在java代码中传递值?
<select>
<option th:each="city:${cities}"
th:value="${city.value}"
th:utext="${city.name}"/>
</select>
ABOUTYOU
相关分类