const self = this;为什么是当前的函数本身呢
来源:8-14 手写函数bind功能
慕粉4289721
2022-03-09
const self = this;为什么是当前的函数本身呢;
写回答
1回答
-
双越
2022-03-10
原型方法里的 this ,指向的就是实例本身。这是原型和 this 的基础知识。
补充扎实的 JS 基础知识,可以看看这个目录 https://coding.imooc.com/class/chapter/400.html#Anchor
00
相似问题