putchar、getchar、puts、fgets ... 警告: the `gets' function is dangerous and should not be used. 這是因為 gets 函式無法知道字元陣列的大小,而是依賴換行符號 ...
確定! 回上一頁