
thymeleaf
请问你是水呢
转型开发的搬砖工
展开
-
前端页面获取后台model传递的值
在jsp页面可以用 var ss='${url}'; 在thymeleaf模板引擎中可以用 var items = '[[${items}]]';转载 2020-09-13 20:27:42 · 6588 阅读 · 0 评论 -
thymeleaf中 th的几种拼接方法
1、拼接href \src src示例: <img th:src="@{/img/research/{filename}(filename=${research.filename})}"> href示例: <a th:href="@{'https://'+${url.url}}" th:text="${url.urlName}"></a> 2、拼接onclick 方式1、 <button class="btn" th:onclick="'audit转载 2020-09-13 20:00:50 · 5225 阅读 · 0 评论