1 , 正常URL
<a href="" th:href="@{http://www.baidu.com}">网站地址</a>
2 , URL带参数的写法
<a class="delete" th:href="@{/Category/{id}(id=${c.id})}">网站地址</a>
1 , 正常URL
<a href="" th:href="@{http://www.baidu.com}">网站地址</a>
2 , URL带参数的写法
<a class="delete" th:href="@{/Category/{id}(id=${c.id})}">网站地址</a>