static void Main(string[] args) { FileStream s = new FileStream("Bar.txt",FileMode.Create); StreamWriter w = new StreamWriter(s, System.
確定! 回上一頁