0

1

回答

530 浏览

JS闭包、作用域链的问题[已解决]0

var name = "The Window";   var object = {     name : "My Object",     getNameFunc : function(){       return function(){ alert(this);         return this.name;       };     }   }; ...

2014年8月05日 01:10

本周活跃投票用户

最新评论

Global site tag (gtag.js) - Google Analytics