浏览器和nodejs中setTimeout中的this指向问题
0 条评论浏览器和nodejs中setTimeout中的this指向问题
// 全局 this 指向 global
// setTimeout this是 {}
1 | // 浏览器:Window node: Timeout |
1 | // 浏览器:Window node: {} |
1 | ;(function () { |
- 本文链接:https://xuehuayu.cn/article/23864.html
- 版权声明:① 标为原创的文章为博主原创,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接。② 标为转载的文章来自网络,已标明出处,侵删。