using namespace Napi; using namespace std; Value Add(const CallbackInfo& info) { Env env = info.Env(); Array result = Napi::Array::New(env);
確定! 回上一頁