字串就是一串文字,在C 談到字串的話,一個意義是指字元組成的陣列, ... char text[] = "hello"; int length = sizeof(text) / sizeof(text[0]); for(int i = 0; ...
確定! 回上一頁