IO ; using System.Text; class Test { public static void Main() { string path = @"c:\temp\MyTest.txt"; // Open the stream and write to it. using (FileStream ...
確定! 回上一頁