$$('aaron')是ajQuery.prototype.init的實例化對象,
如果init的prototype沒有關聯ajQuery.prototype,他也就沒有name屬性,
當ajQuery.prototype.init.prototype = ajQuery.prototype后,
$$('aaron')就具有了ajQuery.prototype所有的屬性和方法,即實例方法共用了靜態方法
如果init的prototype沒有關聯ajQuery.prototype,他也就沒有name屬性,
當ajQuery.prototype.init.prototype = ajQuery.prototype后,
$$('aaron')就具有了ajQuery.prototype所有的屬性和方法,即實例方法共用了靜態方法
2015-03-02