Here's an example of reading a file in Node.js (asynchronously) — fs.readFile(__filename, 'utf-8', (err, data) => { if (err) { throw err; }
確定! 回上一頁