摘要:
- (void)requestMapListData{ NSURL *url = [NSURL URLWithString:[NSString stringWithFormat:@""]]; ASIHTTPRequest *request = [ASIHTTPRequest requestWithURL:url]; [request setDelegate:self]; request.timeOutSeconds = 20.f; [request startAsynchronous];}- (void)requestFinished:(ASIHTTPReques... 阅读全文