关于this的指向
-------------------------
先找到this放在了哪一个函数
再找到调用这个函数都对象,this就指向这个对象
---------
参考文章:https://www.cnblogs.com/pssp/p/5216085.html
----------
2021.11.8
学习了一下大佬分享的文章,感觉概括的更全面且直接
参考文章:https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Reference/Operators/this
MDN this -> https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Reference/Operators/this