请求到的数据是NSData格式,转换成NSDictioary

NSError *error;
NSPropertyListFormat format;
//responseObject是请求到的data数据
NSDictionary *Dic = [NSPropertyListSerialization propertyListWithData:responseObject options:NSPropertyListImmutable format:&format error:&error];

你可能感兴趣的:(请求到的数据是NSData格式,转换成NSDictioary)