使用C++调用V8

文章来自:https://developers.google.com/v8/get_startedlinux Hello World 下面的C++代码将调用V8的解释器,运行一段js代码。ui #include <v8.h> using namespace v8; int main(int argc, char* argv[]) { // Get the default Isolate c
相关文章
相关标签/搜索