You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Script scriptEngine = new Script(demoJS);
var d = scriptEngine.Eval("say(2)");//执行方法
var d2_1 = scriptEngine.Eval("jsonV");//调用对象
var d2 = scriptEngine.Run("jisuan", 1, 2);//执行多个参数