const fs = require('fs'); // fs中readFile()方法的返回結果不是Promise型別的,不能使用非同步函式中的await關鍵字 // uitl模組的promisify()方法 ...
確定! 回上一頁