Spring A 标签链接使用

1.示例

<a th:href="@{/edit/{id}(id=${user.id})}">修改</a>

以@开头前面的{id}是占位符,后面的(id=${user.id})是实际值

原文地址:https://www.cnblogs.com/max-hou/p/11099460.html