接口数据,接收data
//先转成json字符串,再转换成List<User> 也行

String jsonList = JSON.toJSONString(data);
return JSON.parseArray(jsonList, User.class);

拾柒_
87 声望1 粉丝