jjzjj

javascript - 使用 edge.js 获取对象

我目前正在努力通过基于运行edge.js的node.js的REST-API替换我在IE中的ActiveX实现到目前为止,页面实现中的基本示例运行良好。我将index.js设置为varedge=require('edge');varedgeVb=require('edge-vb');varpath=require('path');varhelloVb=edge.func('vb',path.join(__dirname,'simpleVbFunction.vb'));helloVb('TestingwithString',(err,res)=>{if(err)throwerr;conso