OkHttp使用总结

首先添加依赖: implementation 'com.squareup.okhttp:okhttp:2.6.0'     1.get请求 2.post请求 3.Post传Josn 4.post提交File 5.post上传文件 6.下载文件 //或者转化成Bitmap Bitmap bitmap = BitmapFactory.decodeStream(is);   **************
相关文章
相关标签/搜索