标签:函数 apply nbsp 数组 调用函数 通过 上下 数通 win
条件:函数调用的时候 才有执行上下文 this
不同情况的调用,this也不同
1)当函数直接打点调用,此时的this 是window
2)当对象打点调用函数的时候,此时的this 是该对象
3)当数组枚举打点调用该函数的时候,此时的this 是数组
4)当函数通过打点调用call() ,apply()函数的时候,此时的this 是call() apply() 的第一个参数
标签:函数 apply nbsp 数组 调用函数 通过 上下 数通 win
原文地址:https://www.cnblogs.com/yigexiaojiangshi/p/9643868.html