在 Firefox 3.6 中使用 JavaScript 解压 zip 存档
我正在玩弄一个应用程序,该应用程序将演示一些 Firefox 3.6 特定功能,其中大部分功能列于此处: http ://demos.hacks.mozilla.org/openweb/
我想在浏览器中拖动一个 zip 文件,将其解压缩,然后使用解压缩的内容。
是否有现有的库可以做到这一点? FireFox 3.6 是否有我可以使用的功能?或者我必须推出自己的解压库?
I am toying with an application that will demo some Firefox 3.6 specific functionality, most of which are listed here: http://demos.hacks.mozilla.org/openweb/
I want to drag a zip file in the browser, unzip it, and work with the unzipped contents.
Are there any existing libraries that can do this? Does FireFox 3.6 in particular have something I can use? Or would I have to roll my own unzipper library?
For the record: http://github.com/augustl/js-unzip
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
现有库,这里是一个(作为示例):http://code.google.com /p/jslibs/
There are existing libraries, here is one (as an example): http://code.google.com/p/jslibs/