Iterator<String> keys = jsonObject.keys(); ... if (jsonObject.get(key) instanceof JSONObject) {. // do something with jsonObject here. }.
確定! 回上一頁