草庐IT

javascript - 解压错误 [错误 : invalid signature: 0xff000001]

我使用以下库进行Node解压缩https://github.com/EvanOxfeld/node-unzip我使用的代码是varextractor=unzip.Extract({path:'C://TestFolder//TestZip'}).on('close',function(){console.log("Successtounzip");}).on('error',function(err){console.log("errortounzip",err);});req.pipe(extractor);在某些zip文件中出现错误的问题(在其他文件中可以正常工作)[错误:无效签名
12