... 必須帶參數,不帶參數會報錯,不會執行方法@RequestMapping("/list") public String test2(@RequestParam Long userId){ return ""; } //true代表 ...
確定! 回上一頁