已采纳回答 / 慕侠74744
@Override public void onResponse(Call call, Response response) throws IOException { Log.i(TAG, "onResponse"); Bitmap bitmap = BitmapFactory.decodeStream(response.body().byteStream()); if (bitmap != null...
2017-12-19