sizeof (char) → 返回char型所占空间:1 (Byte). sizeof(char*) → 返回char*型指针所占空间:4 (Byte). sizeof(数组名) → 返回该字符串指针数组里 ...
確定! 回上一頁