如何让浏览器gunzip获取一个Ajax获取的gziped文本文件?
这个问题在这里已经有了答案:
让浏览器使用Content-Encoding解压缩它:gzip可能是最好的。 如果它不适合你的场景,那么javascript中有很多LZW实现:https://gist.github.com/revolunet/843889
你可能不得不尝试不同的实现,我没有自己检查它们中的任何一个。
链接地址: http://www.djcxy.com/p/69311.html上一篇: How to have a browser gunzip an Ajax fetched gziped text file?