... args); } @RestController @RequestMapping("/") public static class Ctrl { @PostMapping public String post(@RequestBody Integer userId) { return "UserId ...
確定! 回上一頁