摘要: System.IO.FileStream fs = new System.IO.FileStream(fileName, System.IO.FileMode.Open)这个方法打开文件的时候是以只读共享的方式打开的,但若此文件已被一个拥有写权限的进程打开的话,就无法读取了,因此需要使用System 阅读全文
posted @ 2021-01-26 14:40 Victor_huang 阅读(1236) 评论(0) 推荐(0) 编辑