C#读文件代码
摘要:
using System; using System.IO; public class TestReadFile { public static void Main(String[] args) { // 创建文件流,读取文件的路径 FileStream fs = new FileStream(@c:\temp\test.txt , Fi... 阅读全文
posted @ 2008-09-01 23:51 VictorShan 阅读(516) 评论(0) 推荐(0)
浙公网安备 33010602011771号