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. th:inline        JS代码访问模型中的属性(访问格式[[${}]])
  14. @{...} 处理URL
  15. # 调用Thymeleaf的共用对象
  16. 使用@{}引用web静态资源,使用${}访问模型中的数据

 

posted @ 2020-02-25 22:44  kerwin cui  阅读(488)  评论(0编辑  收藏  举报