創建一個數組,對應js的數組 napi_status napi_create_array(napi_env env, napi_value* result) { // 調用v8接口v8::Array::New創建一個數組對象, ...
確定! 回上一頁