包含标签:Thymeleaf 的文章
-
SpringBoot+Layui+Thymeleaf表格分页+查询
前端 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>上传并刻录记录</title>…… -
thymeleaf页面 th:each迭代循环对象集合到select下拉框
<select name="ChanneltypeID" class="layui-select"> <option th:each="dict : ${type}" th:value="${dict.ChannelTypeID}" th:text="${dict.……