forEach(function(filename) { zip.file(filename).async('nodebuffer').then(function(content) { var dest = path + filename; fs.writeFileSync(dest, content); }); ...
確定! 回上一頁