随笔分类 -  文件处理

文件处理
摘要:1、文本类文件读写方法类 静态类:txtParser public static class txtParser { public static List<string> ReadTxt(string strFilePath) { FileStream fs = new FileStream(str 阅读全文
posted @ 2022-01-20 15:07 leaon 阅读(54) 评论(0) 推荐(0)