摘要: 1、使用FileStream读写文件文件头:using System; using System.Collections.Generic; using System.Text; using System.IO; 读文件核心代码: byte[] byData = new byte[100]; char... 阅读全文
posted @ 2014-05-13 00:16 安度 阅读(851) 评论(0) 推荐(0)