using namespace Napi; class SimpleAsyncWorker : public AsyncWorker { public: SimpleAsyncWorker(Function& callback, int runTime);
確定! 回上一頁