前台传数组或list,后台接收 ==springboot== ==springmvc== 在前台转json字符串,后台字符串形式接收,再用json工具转成对象 前台传json数组,后台@RequestBody List<User> list接收或@RequestBody User[] list接收