Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在这个问题的上下文中,链接文本可以从响应表单帖子的控制器转到友好网址吗?
是的。您的控制器操作可以根据您希望为其定义路由的方式确定友好 url,然后重定向到友好 url 而不是返回视图。它会引起另一个浏览器请求,这会给您的服务器增加负载,因此您需要确保它真的很重要。