
网络协议
文章平均质量分 88
printf程序猿
正常人
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
soap请求数据
1.soap请求数据 //创建SOAP信息 NSString *soapMsg= [NSStringstringWithFormat: @"" " "xmlns:xsi=\"http://www.w3.org/2原创 2015-12-02 21:22:00 · 572 阅读 · 0 评论 -
HTTP请求协议 get post方法 获取数据解析
定义@property (nonatomic,strong)NSMutableData *data;@property (nonatomic,assign)NSInteger allLeng;全局变量1get同步 (ios7.0 以后不推荐使用NSURLConnection 被NSURLSession替换 但是基本类似)没有请求体 默认请求方式是get原创 2015-12-02 21:01:50 · 4153 阅读 · 0 评论