
Thymeleaf
晨曦若梦·
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Thymeleaf js获取session中的值
使用SpringBoot项目推荐的模板引擎Thymeleafjavascript中获取域对象的值使用双中括号包裹 [[ ]]console.log([[${session.user.id}]]);原创 2019-12-04 19:37:03 · 8851 阅读 · 5 评论 -
Thymeleaf常用属性
Thymeleaf使用前,HTML标签添加声明:http://www.thymeleaf.org<!DOCTYPE html><html xmlns:th="http://www.thymeleaf.org"><head>th:text<font th:text="${session.user.name}">Tom</font>...原创 2019-12-02 19:29:12 · 258 阅读 · 0 评论