摘要: 两个例子: var name = "The Window"; var object = { name : "My Object", getNameFunc : function(){ return function(){ return this.name; }; } }; console.log(o 阅读全文
posted @ 2017-03-28 11:02 森森森shen 阅读(152) 评论(0) 推荐(0) 编辑