摘要: 1. var name = 'the window'; var obj = { name:"my obj", getNameFunc:function(){ return function(){ return this.name; } } }; alert(obj.getNameFunc()()); 阅读全文
posted @ 2020-02-08 14:33 maycpou 阅读(261) 评论(0) 推荐(0)