为什么要做this是否为当前实例的判断?
难道new出来的this还有可能不指向这个新对象?
if(!(this instanceof ajQuery)){
return new ajQuery(selector);
}
难道这里this还有其他指向的可能?
难道new出来的this还有可能不指向这个新对象?
if(!(this instanceof ajQuery)){
return new ajQuery(selector);
}
难道这里this还有其他指向的可能?
2017-04-16
举报