node.js 的File System 是用來操作檔案的絕佳武器,可以在同步或非同步的情況下處理指定的檔案。 // 非同步的讀取檔案 gulp.task('read-files', (done) => { const fs = ...
確定! 回上一頁