如何:將文字寫入檔案| Microsoft Docs

文章推薦指數: 80 %
投票人數:10人

本主題說明針對 .NET 應用程式將文字寫入檔案的不同方式。

This topic shows different ways to write text to a file for a .NET app.通常會使用下列類別和方法,將文字寫入至檔案:The following classes and methods are typically used to write text to a file:StreamWriter 包含同步 (Write 和 WriteLine) 或非同步 (WriteAsync 和 WriteLineAsyn



請為這篇文章評分?