属性
@property (nonatomic, assign) BOOL removesKeysWithNullValues;
在AFNetWorking
只要把这个removesKeysWithNullValues=YES.
后台返回的JSON数据中存在空的键值对,将会被自动删除,可以避免空值做操作,造成崩溃问题。
属性
@property (nonatomic, assign) BOOL removesKeysWithNullValues;
在AFNetWorking
只要把这个removesKeysWithNullValues=YES.
后台返回的JSON数据中存在空的键值对,将会被自动删除,可以避免空值做操作,造成崩溃问题。
本文标题:AFNetWorking(II)
本文链接:https://www.haomeiwen.com/subject/dnsxoctx.html
网友评论