随笔分类 -  C# / Http通讯

摘要://数据压缩成Zip再发送 public static string ZipBasebyte(string xml) { byte[] bytesToCompress = Encoding.GetEncoding("GBK").GetBytes(xml); MemoryStream ms = new 阅读全文
posted @ 2024-06-15 15:49 KevinSteven 阅读(183) 评论(0) 推荐(0)