字串 就是一串文字,在C 談到字串的話,一個意義是指字元組成的陣列,最後加上一個 ... #include <string.h> int main(void) { char text[] = "hello"; int length ...
確定! 回上一頁