摘要:
1.对象方法类方法#import @interface Person : NSObject{ int _age;}- (void)test1;+ (void)test2;@end@implementation Person- (void)test1{ NSLog(@"调用了test1方法... 阅读全文
posted @ 2015-04-26 19:26
huimotuo
阅读(286)
评论(0)
推荐(0)
浙公网安备 33010602011771号