05 2017 档案
摘要:char a = 'h'; char a[] = "Hello"; string sComparec = "Hello" char *a = "Hello"; char* mag[] = { "Love Stor", "Harry", "Potter" }; '\0' 拓展知识点: getchar(
阅读全文
摘要:@interface father : NSObject @end @implementation father - (void) drink { NSLog(@"pure water!"); } - (void) smoking { NSLog(@"Marlboro!"); } @end @int
阅读全文

浙公网安备 33010602011771号