printf ("%s\n", text);. 也可以使用“” 來包含文字,例如: char text[] = "hello";. "hello" 是字串字面常量,在這個例子中,雖然沒有指定空字元 '\0' ,但是會自動加 ...
確定! 回上一頁