标签:this对象

this对象

#this对象

📚 共 2 篇文章 🏷️ 标签分类 📝 this对象
this对象

js中this对象用法分析

this对象是在函数运行时,基于函数的执行环境绑定的。其实这句话的本质就是,谁调用了