标签:res json ios read lock contain mutable led options
NSString *url = [[NSString alloc] initWithFormat:@"http://itunes.apple.com/lookup?id=%@",@"已上线App ID"];
[Com afPostRequestWithUrlString:url parms:nil finishedBlock:^(id responseObj) {
NSMutableDictionary * dicObj =[NSJSONSerialization JSONObjectWithData:responseObj options:NSJSONReadingMutableContainers error:nil];
NSLog(@"%@",dicObj);
} failedBlock:^(NSString *errorMsg) {
}];
标签:res json ios read lock contain mutable led options
原文地址:http://www.cnblogs.com/sayimba/p/6168578.html