摘要:
在使用Android studio的时候,需要在 build.gradle(Module:app)中添加 useLibrary'org.apache.http.legacy' 添加位置如: // //HttpUtils实例化对象 HttpUtils http = new HttpUtils(); / 阅读全文
摘要:
//HttpUtils实例化对象 HttpUtils http = new HttpUtils(); /* *发送请求send(HttpMethod method, String url, RequestCallBack<T> callBack) * method请求方式 * url请求地址 *Re 阅读全文