摘要:
这个只是異步请求,NSMutableData* buf = [[NSMutableData alloc] initWithLength:0];NSURLConnection* connection = [[NSURLConnection alloc] initWithRequest:req delegate:self];// 收到响应时, 会触发- (void)connection:(NSURLConnection *)aConnection didReceiveResponse:(NSURLResponse *)aResponse;// 你可以在里面判断返回结果, 或者处理返回的http头中 阅读全文
posted @ 2012-03-26 18:35
pengyingh
阅读(152)
评论(0)
推荐(0)


浙公网安备 33010602011771号