パラメータのURL thymeleafとFreeMarkerの中で渡されたバインドする方法

パラメータのURL thymeleafとFreeMarkerの中で渡されたバインドする方法

FreeMarkerの

<a href="/user/getUserInfo?userId=${user.userId}" style="color: #878787">查看</a>

thymeleaf

<a th:href="@{/admin/download/{id}(id=${file.id})}" class="ui mini blue basic button">下载</a>

おすすめ

転載: www.cnblogs.com/chenyameng/p/12652447.html