thymeleaf模板的基础

   

thymeleaf模板的储存位置,只能是放在templates/下的.html文件

   

thymeleaf模板的基础

   

*:th:text="${key}" key指的是map中的key,如果有与之对应的值,标签内容就为value。如果没有就显示原本包含的内容。

同时th的指向有很多,例如th:id=""、th:class=""

thymeleaf模板的基础

   

   

   

thymeleaf的基础使用:https://www.thymeleaf.org/doc/tutorials/3.0/usingthymeleaf.html#using-texts

例如:循环

   

thymeleaf模板的基础

   

thymeleaf模板的基础

上一篇:【AtCoder - hhkb2020_e Lamp】想法dp-放灯泡问有多少地方被照亮


下一篇:【Spring Boot】thymeleaf模板引擎的使用