摘要: if (!System.IO.File.Exists(@"E:\\111.txt")) { Console.Write("没有找到文件!"); } System.IO.StreamReader sr = new System.IO.StreamReader(@"E:\\111.txt"); OutUrl = sr.ReadToEnd(); sr.Close(); 阅读全文
posted @ 2017-04-18 15:41 会弹猫的吉他 阅读(281) 评论(0) 推荐(0) 编辑