protected static JSONObject getErrorResponse(String reason) { try { final JSONObject json = new JSONObject(); json.put("error", reason); return json; } ...
確定! 回上一頁