Attempt to insert non-property l
2019-12-17 本文已影响0人
半夏半暖半倾城灬
原因1:NSUserDefaults插入了不识别的数据类型,只支持NSString、 NSNumber、NSDate、 NSArray、NSDictionary、NSData、BOOL、NSInteger、NSFloat等系统定义的数据类型
原因2: NSUserDefaults插入的Key是字符串之外的其他类型
原因1:NSUserDefaults插入了不识别的数据类型,只支持NSString、 NSNumber、NSDate、 NSArray、NSDictionary、NSData、BOOL、NSInteger、NSFloat等系统定义的数据类型
原因2: NSUserDefaults插入的Key是字符串之外的其他类型