Fork me on GitHub
摘要: 为什么要改变this指向? 我们知道bind,call,apply的作用都是用来改变this指向的,那为什么要改变this指向呢?请看下面的例子: var name="lucy"; let obj={ name:"martin", say:function () { console.log(this 阅读全文
posted @ 2019-11-18 12:45 溪风! 阅读(507) 评论(0) 推荐(0) 编辑