会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
木子草明
博客园
首页
新随笔
联系
订阅
管理
2021年3月2日
【机制】js中的this指向
摘要: 1.this的使用场景 我们先把this的使用场景分为两大类:函数外和函数内: 函数外的this 就是在全局代码里,直接使用this: "use strict"; let name = "window"; console.log(this); console.log(this.name); // W
阅读全文
posted @ 2021-03-02 17:16 木子草明
阅读(377)
评论(1)
推荐(1)
编辑
公告