当前位置:首 页 > 攻城湿 >Mac & iOS > 查看文章
// 发 送同步请求, 这里得returnData就是返回得数据了    
       NSData *returnData = [NSURLConnection sendSynchronousRequest:urlRequest                                                      returningResponse:nil error:nil];  
  
       NSString * rtnString =  [[NSString alloc] initWithData:returnData encoding:NSUTF8StringEncoding];  
       DLog(@"同步调用后,返回的内容是:%@", rtnString);  

异步调用的方法可以查看 这个

http://www.zhaorong.me/archives/1274

RemoteMethodCall * rpc = [[[RemoteMethodCall alloc] init] autorelease];  
NSMutableURLRequest *urlRequest = [rpc getCustomerActivation:self.udid];  
  
//请求  
NSURLConnection *theConnection = [[[NSURLConnection alloc] initWithRequest:urlRequest delegate:self] autorelease];  
  
theConnection = nil;  

需要实现 以下几个 异步方法
- (void)connection:(NSURLConnection*)connection didReceiveResponse:(NSHTTPURLResponse*)response
- (void)connection:(NSURLConnection*)connection didReceiveData:(NSData*)data
- (void)connection:(NSURLConnection*)connection didFailWithError:(NSError*)error
- (void)connectionDidFinishLoading:(NSURLConnection *)connection
这家伙很懒,什么都没写!

—— zhaorong

zhaorong
你可能也喜欢Related Posts
众说纷纭Comments
大眼 可爱 大笑 坏笑 害羞 发怒 折磨 快哭了 大哭 白眼 晕 流汗 困 腼腆 惊讶 憨笑 色 得意 骷髅 囧 睡觉 眨眼 亲亲 疑问 闭嘴 难过 淡定 抗议 鄙视 猪头
小提示:直接粘贴图片到输入框试试
努力发送中...
  • 评论最多
  • 最新评论
  • 随机文章
footer logo
未经许可请勿自行使用、转载、修改、复制、发行、出售、发表或以其它方式利用本网站之内容
Copyright © zhaorong All Rights Reserved. 滇ICP备15006105号-1