收藏
回答

小游戏中不能使用new Function定义函数吗?

var sum = new Function('a', 'b', 'return a + b');


console.log(typeof sum);


在电脑上打印出来是function,但是在小游戏里是object


sum.bind(this)报错 TypeError: Bind must be called on a function

回答关注问题邀请回答
收藏

1 个回答

  • Stephen
    Stephen
    2018-09-30

    为了防热更新绕过审核

    2018-09-30
    有用
    回复
登录 后发表内容