深拷貝 賦值

// 實現克隆Clone // let obj = new window[this._type]; // let obj = DObject.deepCopy(this); // let obj = this.constructor(); let obj = Class.createObject(this._type, false);
相關文章
相關標籤/搜索