th:href="@{/Controller/behavior(param1=1,param2=${person.id})}" th:href="@{/goods_detail.htm(type=0,goodsId=${goods.id})}"
用逗号隔开多个参数
th:href="@{/Controller/behavior(param1=1,param2=${person.id})}" th:href="@{/goods_detail.htm(type=0,goodsId=${goods.id})}"
用逗号隔开多个参数