标签:loading efi 全局 com nbsp alt bsp ext 对象
1、在方法中,this 表示该方法所属的对象。
2、如果单独使用, this 表示全局对象。
3、在函数中, this 表示全局对象。
4、在函数中, 在严格模式下, this 是未定义的(undefined)。
5、在事件中, this 表示接收事件的元素。
6、类似 call() 和 apply() 方法可以将 this 引用到任何对象方法当中的this
标签:loading efi 全局 com nbsp alt bsp ext 对象
原文地址:https://www.cnblogs.com/xia-chen/p/14831475.html