var $$ = ajQuery = function(selector) { this.selector = selector; return new ajQuery(selector); }
为什么这里会导致无限递归?
执行了自身