这里, FileStream 类的 ReadByte() 方法返回单字节。要读取所有的字节,需要使用循环。 using System; using System.IO; public class FileStreamExample { public static ...
確定! 回上一頁