为了账号安全,请及时绑定邮箱和手机立即绑定

闭包,最后一个return 为什么是The Window?

闭包,最后一个return 为什么是The Window?

临摹微笑 2018-09-14 14:09:00
根据作用域链的原理,最后this.name不应该在object里面找吗?var name = "The Window";    var object = {         name : "My Object",         getNameFunc : function(){             alert("My Object "+this.name); //MyObject             return function () {                 alert("The Window "+this.name);                return this.name;//This Window             }         }     };
查看完整描述

1 回答

  • 1 回答
  • 0 关注
  • 517 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信