Thymeleaf url传参,PathVariable传参

mac2024-10-24  51

Thymeleaf construct URL with variable https://stackoverflow.com/questions/14938344/thymeleaf-construct-url-with-variable

<form th:action="@{/mycontroller/} + ${type}"> <a th:href="@{/order/{id}/details(id=3,action='show_all')}"> <form th:action="@{/mycontroller/{path}(path=${type})}">
最新回复(0)