当先锋百科网
首页
1
2
3
4
5
6
7
初学Objective-C
#import <Foundation/NSObjCRuntime.h>
int main()
{
//自动换行
NSLog(@"second");
return 0;
}