标签: javascript node.js
什么是缓冲区?我查了一下,但是您能提供真正简单的解释吗?我知道它与unicode连接,那么它是什么,它做什么?
fs.readFile(path.join(__dirname, 'test', 'hello.txt'), (err, data) => { console.log(data) }) // The result: <Buffer 68 65 6c 6c 6f 20 77 6f 72 6c 64>