2021-11-15Thymeleaf如何拼接href \src

Thymeleaf如何拼接href \src

src示例:

<img th:src="@{/img/research/{filename}(filename=${research.filename})}">

href示例:

<a th:href="@{'https://'+${url.url}}" th:text="${url.urlName}"></a>
上一篇:vue刷新会跳转首页怎么解决?原因之一


下一篇:Vue第三天