Thymeleaf select 数据回显 选中
Posted hfultrastrong
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Thymeleaf select 数据回显 选中相关的知识,希望对你有一定的参考价值。
<select style=‘width: 148.15px‘ name="dlrlx" th:field="*{Ygdly.dlrlx}"> <option th:each="dlrlxitem : ${dlrlxs}" th:text="${dlrlxitem.mc}" th:value="${dlrlxitem.bm}"></option> </select>
th:field="*{Ygdly.dlrlx}" 这个代表要匹配的数据。
以上是关于Thymeleaf select 数据回显 选中的主要内容,如果未能解决你的问题,请参考以下文章
thymeleaf中 input/select/radio回显问题