If you want to use Map you have to do the following: @GetMapping("temp") public String temp(@RequestParam Map blah) { System.out.println(blah.get("a")); ...
確定! 回上一頁