C# 讀取和寫入.TXT @ 東勢厝yang滴發慌空間 :: 痞客邦 PIXNET ::
進行寫入動作 using System; using System.IO; class Test { public static void Main() { // Create an instance of StreamWriter to write text to a file. // The using statement also closes the StreamWriter. using (StreamWriter sw = new StreamWriter("TestFile.TXT" ...
a7419.pixnet.net |