SpringMVC常用接收Json的两种方法时间:2023-12-30 21:19:02 @RequestBody JSONObject requestJson @RequestBody User user 一种是自定义加注解,由Spring负责绑定,一种是使用通用的JSONObject