码迷,mamicode.com
首页 > 其他好文 > 详细

Thymeleaf模板引擎语法

时间:2020-02-25 23:22:02      阅读:85      评论:0      收藏:0      [点我收藏+]

标签:模板引擎   nbsp   fragment   绑定   字段   object   ext   条件   less   

 

  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模板引擎语法

标签:模板引擎   nbsp   fragment   绑定   字段   object   ext   条件   less   

原文地址:https://www.cnblogs.com/kerwincui/p/12364416.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!