标签:system.io 文件操作
文本文件-读取
System.IO.StreamReader sr = new System.IO.StreamReader(ofd.FileName, Encoding.Unicode);string result = sr.ReadToEnd();
C# 文件操作 随记
原文地址:http://volvo9yue.blog.51cto.com/12265053/1886806