AFNetWorking(II)
2019-12-24 本文已影响0人
Harely
属性
@property (nonatomic, assign) BOOL removesKeysWithNullValues;
在AFNetWorking
只要把这个removesKeysWithNullValues=YES.
后台返回的JSON数据中存在空的键值对,将会被自动删除,可以避免空值做操作,造成崩溃问题。
属性
@property (nonatomic, assign) BOOL removesKeysWithNullValues;
在AFNetWorking
只要把这个removesKeysWithNullValues=YES.
后台返回的JSON数据中存在空的键值对,将会被自动删除,可以避免空值做操作,造成崩溃问题。