fs.createReadStream('path/to/archive.zip') .pipe(unzipper.Extract({ path: 'output/path' }));.
確定! 回上一頁