okhttp3.Response response = null;. try {. response = mHttpClient.newCall(request).execute();. String json = response.body().string();. Log.d("okHttp",json);. } ...
確定! 回上一頁