System.IO.StreamWriter swobj = System.IO.File.AppendText("C:\\1.txt"); swobj.WriteLine(this.TextBox1.Text); swobj.Flush(); swobj.Close();==============以上代码就是将绝侍TextBox1中猛或的内容保存到枝宏伍C:\1.txt里