1>. 回调函数为匿名函数时,回调函数的this会指向window,需要对回调函数bind(this)。 2>. 回调函数为箭头函数时,回调函数的this会指向他的直接上层 相关文章: 2022-12-23 2021-10-24 2022-12-23 2021-05-19 2022-12-23 2021-08-25 2022-12-23 2022-12-23