能干绿茶

文章
8
资源
0
加入时间
2年10月24天

thymeleaf标签学习心得(一)

thymeleaf标签之th:text的使用在写<p th:text=" "></p>时,在网上找到下面的写法(发现还是出错)      如果是需要从model中取值的话 写法为th:text="${model的name}"          th:text="${childD.name}"      如果是需要字符串与model中...