C#读取文件操作 C# • 2年前 (2018-10-30) 使用 BinaryReader 读取文件操作:using System; using System.IO; namespace ... 阅读 1464 次 控制台应用程序读取BinaryReader