函數調用問題
出現這個錯誤 Uncaught TypeError: Cannot read property 'makeMatrix' of undefined ? ?at Grid.build (grid.js:13) ? ?at Object.
(index.js:5)
? ?at __webpack_require__ (bootstrap 5518423f95af0cdc2e5a:19)
makeMatrix調用不成功,???出現這個錯誤 Uncaught TypeError: Cannot read property 'makeMatrix' of undefined ? ?at Grid.build (grid.js:13) ? ?at Object.
(index.js:5)
? ?at __webpack_require__ (bootstrap 5518423f95af0cdc2e5a:19)
makeMatrix調用不成功,???2017-11-05
舉報
2017-11-05
沒有源碼不太好分析產生問題的原因??梢詸z查一下 toolkit.js 中導出對象及其屬性。視頻的 5分55秒 有導出的結構,是 Toolkit.matrix.makeMatrix()。7分20秒的時候講到了正確的調用姿勢。