摘要: var name = "window"; 2 var foo = { 3 name: "hello", 4 setName:function(){ 5 return function(){ 6 return this.name; 7 }; 8 } 9 }; 10 alert(foo.setName( 阅读全文
posted @ 2016-11-07 22:12 小太阳8 阅读(100) 评论(0) 推荐(1) 编辑