Skip to content
On this page

C# 与 JS 之间Gzip互通

概要内容

  • JS 压缩 Gzip demo
  • JS 压缩 Gzip + base64 demo
  • JS 解压 CSharp 的 Gzip demo
  • JS 解压 CSharp 的 base64 + gzip
  • CSharp 压缩 Gzip demo
  • CSharp 压缩 Gzip + base64 demo
  • CSharp 解压 JS 的 Gzip demo
  • CSharp 解压 JS 的 base64 + gzip
  • Base64 encode 和 decode

源码地址:

https://github.com/aa4790139/GzipSample

GZip 文件结构图

参考文献:


以上: 如发现有问题,欢迎留言指出,我及时更正

Released under the MIT License.