请稍等 ...
×

采纳答案成功!

向帮助你的同学说点啥吧!感谢那些助人为乐的人

请问这是什么问题啊??

gameThirdScriptError

Maximum call stack size exceeded

RangeError: Maximum call stack size exceeded

    at Array.join (native)

    at http://127.0.0.1:65125/game/__dev__/WAGame.js:3:13196

    at http://127.0.0.1:65125/game/js/runtime/Pencil.js:12:16

    at require (http://127.0.0.1:65125/game/__dev__/WAGame.js:3:13675)

    at http://127.0.0.1:65125/game/__dev__/WAGame.js:3:13424

    at http://127.0.0.1:65125/game/js/runtime/UpPencil.js:12:16

    at require (http://127.0.0.1:65125/game/__dev__/WAGame.js:3:13675)

    at http://127.0.0.1:65125/game/__dev__/WAGame.js:3:13424

    at http://127.0.0.1:65125/game/js/Director.js:13:17

    at require (http://127.0.0.1:65125/game/__dev__/WAGame.js:3:13675)

console.error    

errorReport    @    WAGame.js:3    

thirdErrorReport    @    WAGame.js:3    

(anonymous)    @    WAGame.js:3    

(anonymous)    @    WAGame.js:9    

(anonymous)    @    WAGame.js:4    

a    @    gamePage.html:1    

window.onerror    


正在回答 回答被采纳积分+3

1回答

傅猿猿 2018-04-08 20:03:29

你是在浏览器种跑的把,你调用的时候递归了,也就是说已经栈溢出了,这个只能一行一行去对了,没法,有时候循环引用就会这样,以后所有前端开发遇到这种情况就是这个原因

0 回复 有任何疑惑可以回复我~
  • 老师,用开发者工具的时候,从小类到大类的查询就会出现这种问题。比如你视频中,你在Director类中写了this.speed,然后在land和pencil中import Director类就会出现这种问题。
    回复 有任何疑惑可以回复我~ 2018-04-29 15:56:57
  • 傅猿猿 回复 qq__9987 #2
    就是这个情况呗,你看看import后面的js有没有加上,然后不要出现类属性
    回复 有任何疑惑可以回复我~ 2018-05-01 13:20:02
问题已解决,确定采纳
还有疑问,暂不采纳
意见反馈 帮助中心 APP下载
官方微信