<a th:href="@{askList(askId=${ask.askId})}">[[${ask.content}]]</a>
[[${ask.content}]]页面要显示的内容
(askId=${ask.askId})需要传的参数
@{askList}需要跳转的连接