这个函数该如何理解?Function.prototype.method=function(name,func){this.prototype[name]=func;returnthis;};
Function.prototype.method=function(name,func){this.prototype[name]=func;returnthis;};
this.prototype[name]=func;returnthis;};
returnthis;};
};
Helenr
相关分类