使用 RedirectView 可重新導向到指定的url。 ... class DemoController { @GetMapping("/redirect") public RedirectView redirect() { String url ...
確定! 回上一頁