摘要: // // ViewController.m // 05-掌握-多值参数 #import "ViewController.h" @interface ViewController () @end @implementation ViewController - (void)viewDidLoad { [super viewDidLoad]; } -... 阅读全文
posted @ 2017-03-21 18:12 laugh 阅读(106) 评论(0) 推荐(0) 编辑
摘要: 04-掌握-XML解析-GDataXML 阅读全文
posted @ 2017-03-21 17:50 laugh 阅读(186) 评论(0) 推荐(0) 编辑
摘要: 小文件下载如果文件比较小,下载方式会比较多直接用NSData的+ (id)dataWithContentsOfURL:(NSURL *)url;利用NSURLConnection发送一个HTTP请求去下载如果是下载图片,还可以利用SDWebImage框架如果是大文件下载,建议使用NSURLSessi 阅读全文
posted @ 2017-03-21 13:00 laugh 阅读(232) 评论(0) 推荐(0) 编辑