我这样表演我有 什么不对的事吗?
NSURL*url = [NSURL URLWithString:@" http://111.111.111.111/BattleEmpire.Service/ApplicationService.svc?wsdl "]; NSMutableURLRequest*theRequest = [NSMutableURLRequest requestWithURL:url]; [theRequest setHTTPMethod:@"GET"]; NSURLConnection*theConnection = [[NSURLConnection alloc] initWithRequest:theRequest delegate:self]; if(theConnection){webData = [[NSMutableData data] retain]; NSLog(@"建立连接"); } else {NSLog(@"theConnection is NULL"); }
| 归档时间: |
|
| 查看次数: |
459 次 |
| 最近记录: |