Response response) { String text = responseToString(response); try { JSONObject object = new JSONObject(text); if (object.has("errors")) { JSONArray errors ...
確定! 回上一頁