char a[] = "hello world"; //自动为末尾加上'/0' char b[14] = "hello world"; char *p = a; char *dd = "01234"; NSLog(@"%ld", sizeof(a)); ...
確定! 回上一頁