摘要: ``` public class GZipHelper { /// /// 字符串压缩 /// /// /// public static byte[] Compress(byte[] data) { try { MemoryStream ms = new MemoryStream(); GZipS 阅读全文
posted @ 2023-07-17 15:37 Hey,Coder! 阅读(11) 评论(0) 推荐(0)