getRequestDispatcher("/test").forward(request, response); // 只能转发至内部servlet } @GetMapping("/test") @ResponseBody public String test() ...
確定! 回上一頁