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.1-10元之间
一周热门 更多>