字符转对象 Root data = new Gson().fromJson(response, new TypeToken<Root>() { }.getType()); List<Root> data = new Gson()....