是什么原因导致了 JS 中的 this 指向问题 2023-12-08 341 导致了 JS 中的 this 指向问题的原因有:1. 函数调用方式;2. 箭头函数的特殊性;3. 事件处理函数中的 this;4. 原型链上的 this;5. 回调函数中的 this;6. 异步代码中 …