摘要: 关键字功能介绍案例 th:id 替换id <input th:id="'xxx' + ${collect.id}"/> th:text 文本替换 <p th:text="${collect.description}">description</p> th:utext 支持html的文本替换 <p t 阅读全文
posted @ 2018-01-08 08:53 journeyIT 阅读(33) 评论(0) 推荐(0) 编辑