thyemleaf How url parameter passing

<a th:href="@{askList(askId=${ask.askId})}">[[${ask.content}]]</a>
SUMMARY [[$ {ask.content}]] page to be displayed
(AskId = $ {ask.askId}) parameters need to pass
@ {AskList} connections need to jump

Guess you like

Origin www.cnblogs.com/think-world/p/11818114.html