Thymeleaf模板引擎语法

Posted kerwincui

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Thymeleaf模板引擎语法相关的知识,希望对你有一定的参考价值。

 

  1. th:text 用于显示值
  2. th:object 接收后台传来的对象
  3. th:action 提交表单
  4. th:value 绑定值
  5. th:field 绑定字段值
  6. th:if 条件成立
  7. th:unless 条件不成立
  8. th:switch/th:case switch结构
  9. th:each 遍历元素
  10. th:fragment 标记公共代码块
  11. th:include/th:replace 调用公共代码
  12. th:href 设置连接
  13. @{...} 处理URL
  14. # 调用Thymeleaf的共用对象

 

以上是关于Thymeleaf模板引擎语法的主要内容,如果未能解决你的问题,请参考以下文章

认识模板引擎-Thymeleaf

Thymeleaf模板引擎的使用

认识模板引擎-Thymeleaf

认识模板引擎-Thymeleaf

认识模板引擎-Thymeleaf

❤️SpringBoot模板引擎❤️——Thymeleaf