摘要: JSONArray转List<实体类> // 示例 List<CarList> carLists = JSON.parseArray(dataFromOfficial.getData().toString(), CarList.class); 阅读全文
posted @ 2024-12-19 17:27 先娶国王后取经 阅读(12) 评论(0) 推荐(0)