今天在使用thymeleaf的th:href传递多个参数的时候困惑了。而后百度了一下,发现没有人注释说明怎么弄,而后本身google了一下,如今就标记一下,方便记录一下。google
th:href="@{/Controller/behavior(param1=1,param2=${person.id})}"。就是使用逗号隔开多个参数!!!io