fseek () 函式用於將檔案指標設定為指定的偏移量。它用於將資料寫入所需位置的檔案。 fseek() 函式的語法: int fseek(FILE *stream, long int offset, int whence).
確定! 回上一頁