我正在解压缩" content.zip"它被解压缩为"内容"。 第二次当我解压缩更新的" content.zip"时,我没有找到"内容"更新了新数据。 相反"内容"仍有旧数据。 新的" content.zip"解压? 或者在解压缩期间我们可以替换旧的解压缩内容吗?
我正在使用Cordova插件https://github.com/MobileChromeApps/zip.git
守则
zip.unzip(zippedContentUrl,'cdvfile://localhost/persistent/',function(){
console.log("completed unzip");
});
如果第二次我要解压缩" zippedContentUrl",我在cdvfile:// localhost / persistent / zippedContentUrl /
下看不到任何更新的内容感谢您的帮助。