美文网首页
服务请求回来的(NSData *)data与model、字典、数

服务请求回来的(NSData *)data与model、字典、数

作者: 努努Nunu | 来源:发表于2019-06-25 16:04 被阅读0次

1、data转为model

WeatherModel *model = [WeatherModel mj_objectWithKeyValues:data];

2、data转为字典

NSDictionary *dictionary = [NSJSONSerialization JSONObjectWithData:data options:NSUTF8StringEncoding error:nil];

3、data转为数组(是包含CityAreaNumModel的数组)

NSArray *arr = [CityAreaNumModel mj_objectArrayWithKeyValuesArray:data];

相关文章

网友评论

      本文标题:服务请求回来的(NSData *)data与model、字典、数

      本文链接:https://www.haomeiwen.com/subject/rxotcctx.html