node.js里面的文件系统与fs模块?

fs.createReadStream<爱尬聊_百科>("input.txt.gz") .pipe(zlib.createGunzip()) .pipe(fs.createWriteStream("input_copy.txt")); console.log("compelete:"+JSON.stringify(fs.createReadStream("input.txt.gz")));

可是出现了错误

throw err//Unhandled "error" event Error:incorrect header check at Gunzip.zlibOnError


qkoufu4752 2022-04-24 14:50

感觉这个是你中间调用的zlib的问题?


编辑 举报 2023-03-31 21:47

0个评论

暂无评论...
验证码 换一张
相关内容