标签: objective-c xcode
我正在使用 NSURLConnection *theConnection=[[NSURLConnection alloc] initWithRequest:theRequest delegate:self];
NSURLConnection *theConnection=[[NSURLConnection alloc] initWithRequest:theRequest delegate:self];
我在调试
connectionDidFinishLoading:(NSURLConnection *)connection
多次调用,任何线索为什么?