okhttp3的基本使用

okhttp3的基本使用 一 导入okhttp3.3.1 compile 'com.squareup.okhttp3:okhttp:3.3.1' compile 'com.squareup.okio:okio:1.8.0' 这里提醒一下本人在不导入com.squareup.okio:okio:1.8.0时链接服务器时失败——java 二 基本使用## 一、okhttp3 Get 方法 1.1 、o
相关文章
相关标签/搜索