为什么这里抛出了一个错误?我有点费解,求解答。 财富值2

2016-10-12 17:28发布

Item.prototype.add = function ( child ) {         // 在子元素容器中插入子元素         this.children.push ( child );         // 插入到当前组件元素树上         this.element.appendChild( child.getElement() );         return this;     };     Item.prototype.getElement = function () {         return this.element;     };     

Uncaught TypeError: child.getElement is not a function
这是怎么回事呢?

友情提示: 问题已经关闭,关闭后问题禁止继续编辑,回答。
该问题目前已经被作者或者管理员关闭, 无法添加新回复
0条回答

一周热门 更多>