常用th标签都有那些? 关键字 功能介绍 案例th:id 替换id th:text 文本替换description
th:utext 支持html的文本替换conten
th:object 替换对象th:value 属性赋值 th:with 变量赋值运算 th:style 设置样式 th:style="'display:' + @{(${sitrue} ? 'none' : 'inline-block')} + ''"th:onclick 点击事件 th:onclick="'getCollect()'"th:each 属性赋值 tr th:each="user,userStat:${users}">th:if 判断条件 th:unless 和th:if判断相反 Loginth:href 链接地址 Login />th:switch 多路选择 配合th:case 使用th:case th:switch的一个分支User is an administrator
th:fragment 布局标签,定义一个代码片段,方便其它地方引用th:include 布局标签,替换内容到引入的文件 />th:replace 布局标签,替换整个标签到引入的文件 th:selected selected选择框 选中 th:selected="(${xxx.id} == ${configObj.dd})"th:src 图片类地址引入 th:inline 定义js脚本可以使用变量