SafeObject
SafeObject copied to clipboard
dict[nil] = @"test" 无法防护
NSString *key = nil dict[key] = @"test" 无法防护