Node.js buffer values() 方法
定义和用法
values() 方法返回一个迭代器对象,包含缓冲区对象中每个字节的值。
语法
buffer.values();
技术细节
返回值 | JSON 对象 |
---|---|
Node.js 版本 | 1.1.0 |
values() 方法返回一个迭代器对象,包含缓冲区对象中每个字节的值。
buffer.values();
返回值 | JSON 对象 |
---|---|
Node.js 版本 | 1.1.0 |
If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
[email protected]
If you want to report an error, or if you want to make a suggestion, send us an e-mail:
[email protected]