function myClass(){
try{
if( this.__proto__ !== myClass.prototype ){
throw Error("No New");
}
}catch(e){
console.err(e);
}
}
function myClass(){
try{
if( this.__proto__ !== myClass.prototype ){
throw Error("No New");
}
}catch(e){
console.err(e);
}
}
all2005赞 1阅读 10.5k
寒青赞 11阅读 3.1k
chokcoco赞 9阅读 2.3k
王大冶赞 8阅读 1.8k
大卫talk赞 6阅读 2.5k
Change赞 5阅读 5.5k评论 2
云绮棠兮赞 4阅读 3.5k评论 2
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。