thymeleaf的使用技巧
1、thymeleaf處理時間
<span th:text="${#dates.format(article.getArticleTime(), 'yyyy-MM-dd')}">2017-02-23</span>
注:article是從後臺model中傳過來的物件,getArticleTime()是獲取它的時間
2、thymeleaf的@{}中引用${}
我們可以用來動態的傳遞請求的引數
<li class="text"><a th:href="@{'/article/byId/'+${article.getArticleId()}}"></a></li>
我們可以用來動態的傳遞請求的引數(如:可以通過+1或-1來實現文章上一篇下一篇)
<li class="text"><a th:href="@{'/article/byId/'+${article.getArticleId()+1}}"></a></li>
相關文章
- Thymeleaf基本使用
- [thymeleaf]springboot整合thymeleaf, html使用預置方法Spring BootHTML
- Thymeleaf使用詳解
- Thymeleaf+SpringBoot2高吞吐量調優技巧Spring Boot
- springboot、Thymeleaf、國際化的簡單使用Spring Boot
- thymeleaf的配置
- Spring Boot(四):Thymeleaf 使用詳解Spring Boot
- Thymeleaf
- Thymeleaf的基本語法
- Spring原始碼:使用Thymeleaf生成PDF檔案Spring原始碼
- Pandas的使用技巧
- QTreeWidget的使用技巧QT
- VSCode的使用技巧VSCode
- springBoot整合thymeleafSpring Boot
- 在Thymeleaf和HTMX中使用伺服器傳送的事件 - Wim伺服器事件
- 個人練習前端技術使用Bootstrap、JQuery、thymeleaf前端bootjQuery
- JavaScript Promise 的使用技巧JavaScriptPromise
- Thymeleaf(Java模板引擎)Java
- Thymeleaf【快速入門】
- thymeleaf學習(一)
- 【SpringBoot學習(四) 使用 thymeleaf實現國際化功能】Spring Boot
- PyCharm使用技巧(六):Regullar Expressions的使用PyCharmExpress
- Vue 使用中的小技巧Vue
- 使用 GNU Screen 的小技巧
- thymeleaf語法入門
- thymeleaf 簡單應用
- springboot模版thymeleaf+freemarkerSpring Boot
- 乾貨技巧|關於Redis的16個使用技巧Redis
- SpringBoot下的模板技術Thymeleaf詳解Spring Boot
- CListCtrl使用技巧
- uedit使用技巧
- clion使用技巧
- Python使用技巧Python
- chrome使用技巧Chrome
- Git 使用技巧Git
- PPT使用技巧
- Fiddler使用技巧
- bcm 使用技巧