public static ArrayList getList(JSONObject object, String key) throws JSONException {. return toList(object.getJSONArray(key));. }.
確定! 回上一頁