语法规则
Posted abuduri
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了语法规则相关的知识,希望对你有一定的参考价值。
//引入命名空间
xmlns:th="http://www.thymeleaf.org"
//用th:<prop>替换<prop>属性的值 <h4 th:text="${hello}" ></h4>
1 Fragment inclusion th:insert th:replace 2 Fragment iteration th:each 3 Conditional evaluation th:if th:unless th:switch th:case 4 Local variable definition th:object th:with 5 General attribute modification th:attr th:attrprepend th:attrappend 6 Specific attribute modification th:value th:href th:src ... 7 Text (tag body modification) th:text th:utext 8 Fragment specification th:fragment 9 Fragment removal th:remove
以上是关于语法规则的主要内容,如果未能解决你的问题,请参考以下文章