摘要: 在ios平台上做网络开发最常用的两个类: NSMutableURLRequest *urlRequest = [[NSMutableURLRequestalloc] initWithURL:url cachePolicy:NSURLRequestUseProtocolCachePolicytimeoutInterval:10]; NSURLConnection *_connection = [[... 阅读全文
posted @ 2013-05-16 14:06 坤坤同学 阅读(231) 评论(0) 推荐(0) 编辑