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