this

node this总结: 1,类的method指向的是当前对象 2,在node 中函数里的this 指向global 3,在浏览器中this 指向window 4,()=>{} 默认会绑定当前作用域的 this

https://www.yisu.com/zixun/691554.html
https://blog.csdn.net/weixin_44154094/article/details/120006139
https://www.bbsmax.com/A/x9J2YxOZz6/



Category node