【发布时间】:2018-03-25 04:33:37
【问题描述】:
我的问题是获取数据失败。
车辆名称未显示在 UI 上,但数据已显示在控制台中。我该如何解决这个问题?
Vehicle Type:
<select name="example">
<option value="NONE">...Choose...</option>
<option th:each="type : ${datalist}" th:value="${type.getName()}"></option>
</select><br/>
【问题讨论】:
标签: spring-boot thymeleaf