課程
/前端開發
/HTML/CSS
/HTML5小游戲---愛心魚(上)
this.born(i)處提示出現"Uncaught TypeError: undefined is not a function"報錯
2015-10-20
源自:HTML5小游戲---愛心魚(上) 2-4
正在回答
born函數是不是沒有初始化 ? 你看下你fruit里面的init函數
說明Born這個屬性你沒有定義 或者調用不正確
舉報
學做HTML5游戲,輕輕松松帶你上手,適合剛入手游戲開發的同學
3 回答Uncaught TypeError: window.requestAnimFrame is not a function
2 回答main.js:19 Uncaught TypeError: window.requestAnimFrame is not a function
2 回答ane=new aneObj( ); 報錯了,Uncaught ReferenceError: aneObj is not defined
1 回答this.x[i] = ane.x[aneID];這句話報Uncaught ReferenceError: i is not defined這個錯誤怎么解決??求大神解答
1 回答Uncaught TypeError: Cannot read property 'offsetX' of undefined一直錯啊。。求求求解
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號-11 京公網安備11010802030151號
購課補貼聯系客服咨詢優惠詳情
慕課網APP您的移動學習伙伴
掃描二維碼關注慕課網微信公眾號
2015-10-25
born函數是不是沒有初始化 ? 你看下你fruit里面的init函數
2015-10-22
說明Born這個屬性你沒有定義 或者調用不正確