fputs 是一個函式,具有的功能是向指定的檔案寫入一個字元串(不自動寫入字元串結束標記符'\0')。 ... int fputs(const char *str, FILE *stream);.
確定! 回上一頁