2

function myClass(){
    try{
        if(  this.__proto__ !== myClass.prototype ){
            throw Error("No New");
        }
    }catch(e){
        console.err(e);
    }
}

all2005
3.4k 声望36 粉丝