程序流永远不会到达带有 NSLog-Message 的 Block。我在这里错过了什么吗?
[NSURLConnection
sendAsynchronousRequest:req
queue: [NSOperationQueue mainQueue]
completionHandler: ^(NSURLResponse *response_, NSData *data_, NSError *error_) {
NSLog(@"Why am I not being called %@", data_);
}];