哪裏 s 是要寫入的字符串,這裏是我的代碼是什麼樣子目前: StreamWriter sw = File.CreateText("TextOutput.txt"); sw.Write(s); sw.Flush(); sw.Close(); ...
確定! 回上一頁