a标签传递多个参数

<a href="add.html" th:href="@{/goodBase/edit(id=${good.ID},pageNum=${page.pageNum})}">修改</a>

使用(),添加多个参数即可