napi_value是NAPI中非常重要的数据结构,定义如下typedef struct napi_value__* napi_value; ... napi_create_array首先通过v8的接口v8::Array::New拿到一个数组对象。
確定! 回上一頁