12: StreamWriter^ sw = File::CreateText(path); 13: String^ line = "我要寫入4"; 14: sw->WriteLine(line); 15: sw->Close(); 16: 17: // 讀取檔案
確定! 回上一頁