摘要:
1、使用FileStream读写文件 文件头: using System;using System.Collections.Generic;using System.Text;using System.IO; 读文件核心代码: byte[] byData = new byte[100];char[] charData = new char[1000]; try{FileStream... 阅读全文
posted @ 2009-03-12 10:53
钱途无梁
阅读(66123)
评论(4)
推荐(2)
浙公网安备 33010602011771号