@Override public void onResponse(Call call, Response response) throws IOException { try { if (response.isSuccessful()) { //Log.v("Okhttp ...
確定! 回上一頁