摘要: OkHttp3的简单封装 阅读全文
posted @ 2017-06-01 23:06 段合江 阅读(470) 评论(0) 推荐(0)
摘要: 一、导入 1)gradle方式: compile 'com.squareup.okhttp3:okhttp:3.8.0'(okhttp 最新版) compile 'com.squareup.okio:okio:1.13.0'(okio最新版) 2)jar包导入 3)权限 <!--网络访问权限--> 阅读全文
posted @ 2017-06-01 23:03 段合江 阅读(3664) 评论(0) 推荐(0)