一.在解析json数据的时候,得到的集合对象或者数组对象在用%@打印的时候回出现类似乱码的情况.如图: 在iOS中打印字典或者数组对象,系统会默认调用字典对象和数组对象的descriptionWithLocale:方法.所以解决方案就是增加在.m文件中重写了两个descriptionWithLocale:方法.以后用的时候直接将文件拖进项目. // // NSDictionary+Log.m // 05-掌握-多值参数 // // Created by xiaomage on 15/7/13.…
NSPropertyListSerialization The NSPropertyListSerialization class provides methods that convert property list objects to and from several serialized formats. Property list objects include NSData, NSString, NSArray, NSDictionary, NSDate, and NSNumber…