摘要:
function Foo(){ getName = function(){console.log(1);}; return this; }Foo.getName = function(){console.log(2);}; Foo.prototype.getName = function(){console.log(3);}; var getName = function(){con... 阅读全文
posted @ 2018-05-29 17:33
二月花开
阅读(271)
评论(0)
推荐(0)