thymeleaf模板的储存位置,只能是放在templates/下的.html文件
*:th:text="${key}" key指的是map中的key,如果有与之对应的值,标签内容就为value。如果没有就显示原本包含的内容。
同时th的指向有很多,例如th:id=""、th:class=""
thymeleaf的基础使用:https://www.thymeleaf.org/doc/tutorials/3.0/usingthymeleaf.html#using-texts
例如:循环
十