1200字范文,内容丰富有趣,写作的好帮手!
1200字范文 > thymeleaf(th:each th:selected) 从后台动态获取下拉框数据回显及选中

thymeleaf(th:each th:selected) 从后台动态获取下拉框数据回显及选中

时间:2022-11-11 22:01:36

相关推荐

thymeleaf(th:each th:selected) 从后台动态获取下拉框数据回显及选中

thymeleaf(th:each th:selected) 从后台动态获取下拉框数据回显及选中

<select οnchange="getChilds(this.value)" id="catId" name="catId"><option value=""> -- 请选择 -- </option><option th:selected="${goods.catId eq c.id}" th:each="c:${categoryList}" th:value="${c.id}" th:text="${c.name}" value="1">蔬菜</option></select>

th:selected="${goods.catId eq c.id}":代码部分为下拉框选中

th:each=“c:${categoryList}” th:value="${c.id}" th:text="${c.name}":代码部分为下拉框数据回显

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。