您可以尝试使用以下代码使用Gson 库将您的json 字符串转换为具有必填字段的Pojo 对象。 Gson gson = new Gson(); JsonArray jsonArray = gson.fromJson (jsonString, ...
確定! 回上一頁