判断写反了 ```objective-c - (void)cancel { // 原写法 if (self.thread) if (!self.thread) { return; } [self.httpClient performSelector:@selector(cancel) onThread:self.thread withObject:nil waitUntilDone:NO]; } ```