var aQuery = function(selector, context) { return new aQuery.prototype.init(); } aQuery.prototype = { init: function() { this.age = 18 }, name: function() {}, age: 20 } 为什么返回的有name属性;