-(void)connectionDidFinishLoading:(NSURLConnection *)connection{ //请求结束,可以在此方法进行解析 id obj = [NSJSONSerialization JSONObjectWithData:_muData options:NSJSONReadingAllowFragments error:nil]; NSLog(@"代理:%@",obj); } - (void)didReceiveMemoryWarning { [super didReceiveMemoryWarning]; // Dispose of any resources that can be recreated. }