优艾设计网

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

优艾设计网 https://www.uibq.com 2023-06-21 07:29 出处:网络 作者:PS基础教程
Item.prototype.add = function ( child ) { // 在子元素容器中插入子元素 this.children.push ( child ); // 插入到当前组件元素树上 this.element.append优艾设计网_设计Child( child.getElement() ); return this

Item.prototype.add = function ( child ) { // 在子元素容器中插入子元素 this.children.push ( child ); // 插入到当前组件元素树上 this.element.append优艾设计网_设计Child( child.getElement() ); return this; }; Item.prototype.getElement = function () { return this.element; };

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


0

精彩评论

暂无评论...
验证码 换一张
取 消