jQuery源碼分析

函數可以實現類 var aQuery = function(selector, context) { //構造函數 } aQuery.prototype = { //原型 name:function(){}, age:function(){} } var a = new aQuery(); a.name(); 1、jQuery的無new構建 jQuery
相關文章
相關標籤/搜索