深拷贝 赋值

// 实现克隆Clone // let obj = new window[this._type]; // let obj = DObject.deepCopy(this); // let obj = this.constructor(); let obj = Class.createObject(this._type, false);
相关文章
相关标签/搜索