getNames(object); for (String field : fields) { Object entry = object.get(field); if (entry instanceof JSONObject) { map.put(field, toMap((JSONObject) ...
確定! 回上一頁