file open("Readme.txt",ios::in); //以讀取模式開啟Readme.txt 檔 ... 註:使用 file.getline(buffer) 可讀取一行的檔案資料。 三、資料寫入檔案.
確定! 回上一頁