点击运行
var myFunction = new Function("a", "b", "return a * b"); var x = myFunction(4, 3); console.log(x);
运行结果 :
正在执行...