pipe (fs.createWriteStream('input.txt.gz')); console.log("文件压缩完成。");. 代码执行结果如下: $ node compress.js 文件压缩完成。 执行完以上操作后,我们可以看到 ...
確定! 回上一頁