jQuery無new的格式
var?$$?=?ajQuery?=?function(selector)?{ ????this.selector?=?selector; ????return?new?ajQuery(selector); }
為什么這里會導致無限遞歸?
var?$$?=?ajQuery?=?function(selector)?{ ????this.selector?=?selector; ????return?new?ajQuery(selector); }
為什么這里會導致無限遞歸?
舉報
2015-04-23
執(zhí)行了自身