窗体上加一个按钮,双击那个按钮写代码string readText = File.ReadAllText(@"d:\sample.txt");就可以将D盘下的 sample.txt读入到readText里了。注:using System.IO;