会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
luckest
首页
联系
管理
2022年8月25日
this的指向问题、bind/call/apply改变this指向
摘要: this的指向问题 全局作用域下的this指向 无论是否是严格模式,全局作用域下的this始终指向window 函数内部的this 严格模式下: function test() { 'use strict' console.log(this) } test(); // undefined windo
阅读全文
posted @ 2022-08-25 09:08 笔下洛璃
阅读(52)
评论(0)
推荐(0)
编辑
公告