C# 读取文本文档(转)
摘要:1.添加命名空间 System.IO; System.Text;2.文件的读取 (1).使用FileStream类进行文件的读取,并将它转换成char数组,然后输出。 byte[] byData = new byte[100]; char[] charData = ...
阅读全文
posted @ 2015-08-18 21:04
posted @ 2015-08-18 21:04