摘要: - (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... 阅读全文
posted @ 2013-08-30 15:53 菜鸟程序猿 阅读(372) 评论(0) 推荐(0) 编辑