摘要: public class ZipBin { public byte[] bytes; //C#读取压缩文件(将压缩文件转换为二进制 public void GetZipToByte(string inpath) { FileStream fs = new FileStream(inpath, Fil 阅读全文
posted @ 2020-05-07 19:35 向前追起 阅读(706) 评论(0) 推荐(0)