美文网首页
AFNetWorking(II)

AFNetWorking(II)

作者: Harely | 来源:发表于2019-12-24 09:38 被阅读0次

    属性

    @property (nonatomic, assign) BOOL removesKeysWithNullValues;
      在AFNetWorking只要把这个removesKeysWithNullValues=YES.后台返回的JSON数据中存在空的键值对,将会被自动删除,可以避免空值做操作,造成崩溃问题。

    相关文章

      网友评论

          本文标题:AFNetWorking(II)

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