<select name="upgtype" style="border:1px solid #939393;width:200px;height:30px;" >
<option th:each="li:${types}" th:value="${li.tid}" th:text="${li.tname}" th:selected="${li.tid eq nowtid}" >类型</option>
</select>
注意!!!!th:selected="${li.tid eq nowtid}"中比较的类型一定要一样,呜呜呜,找了好久的错误,一直没反应,原来问题出在这。