摘要:
- (void)connection:(NSURLConnection *)connection didReceiveResponse:(NSURLResponse *)response{ NSHTTPURLResponse *httpResponse = (NSHTTPURLResponse *)response; if(httpResponse && [httpResponse respondsToSelector:@selector(allHeaderFields)]){ NSDictionary *httpResponseHeaderFields = [httpResp 阅读全文
posted @ 2012-05-18 16:16
进劲
阅读(154)
评论(0)
推荐(0)
浙公网安备 33010602011771号