fs.readFile('/etc/passwd', 'utf-8', function (err, data) { if (err) throw err; console.log(data); }). 這樣的方式會造成嵌套過多,在調用過多的 ...
確定! 回上一頁