objective-c +方法 -方法的使用
摘要:@interface people : NSObject -(void)eat; +(void)eat; @end @implementation people -(void)eat { NSLog(@"我是被类的实例调用-方法"); } +(void)eat { NSLog(@"我是被类调用的+方
阅读全文
posted @ 2016-04-16 11:35
浙公网安备 33010602011771号