摘要: 1、网络监测 2、异步网络请求 //1、创建URL,访问网络资源的唯一地址 //2、创建网络请求 //3、建立连接 //sendAsynchronousRequest 建立异步网络连接 //queue 可以传主队列,或全局队列 //[NSOperationQueue mainQueue] 不用调到主 阅读全文