接口数据, 接管 data// 先转成 json 字符串,再转换成 List<User> 也行 String jsonList = JSON.toJSONString(data); return JSON.parseArray(jsonList, User.class);