readFile takes the file path and the callback fs.readFile('README.md', (err, data) => { // if there's an error, log it and return if (err) ...
確定! 回上一頁