合规国际互联网加速 OSASE为企业客户提供高速稳定SD-WAN国际加速解决方案。 广告
``` function Ds(a) { console.log(a) } Ds.prototype.add = function (){ // console.log(new this.constructor) console.log(new this.constructor('构造函数对象')) } let _ds = new Ds('对象') _ds.add() ```