标签:
- (id)valueForKey:(NSString *)key; - (id)valueForKeyPath:(NSString *)keyPath; - (id)valueForUndefinedKey:(NSString *)key;
- (void)setValue:(id)value forKey:(NSString *)key; - (void)setValue:(id)value forKeyPath:(NSString *)keyPath; - (void)setValue:(id)value forUndefinedKey:(NSString *)key;
标签:
原文地址:http://www.cnblogs.com/sfce/p/4318872.html