会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Terre
博客园
首页
新随笔
联系
订阅
管理
2020年10月23日
this,call,apply到底是个什么东西
摘要: this this可以分为全局的this, 和 函数内的this。全局的this毫无疑问指向window对象。而函数内的this,是随着函数的执行环境进行变化的。代码如下 // 全局this console.log(this) // window// 函数内的thisfunction test(){
阅读全文
posted @ 2020-10-23 18:43 Terre
阅读(134)
评论(0)
推荐(0)
编辑
公告
风光无限好