Node.js 调用C++库

Node.js 调用C++库 前言 调用方法和使用技巧 Buffer类 经常使用的buffer方法: Buffer.alloc(size[, fill[, encoding]]) Buffer.from(array) Buffer.from(buffer) Buffer.from(string[, encoding]) 相关库介绍 C++ enum(枚举) 转JavaScript 对象 导出函数
相关文章
相关标签/搜索