2019年11月29日

C# 按行读取文件 从某行开始取

摘要: int i = 0; FileStream fs = new FileStream(e.FullPath, FileMode.Open, FileAccess.Read, FileShare.ReadWrite); using (StreamReader sr = new StreamReader(fs, System.Text.Encoding.Default)) { while (sr.Pee 阅读全文

posted @ 2019-11-29 13:24 马什么梅 阅读(4367) 评论(0) 推荐(0) 编辑

导航