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);   **************
相關文章
相關標籤/搜索