h.js', (err, data) => { if (err) { console.error(err); return; } console.log(data.toString()); }) // 使用util.promisify转换后const fs ...
確定! 回上一頁