We write the following code to read a file using the callback-based API. fs.readFile('./demo.txt', function (error, data) { ...
確定! 回上一頁