简单谈谈javascript中this的隐式绑定 我们先来看一个例子 function foo() { console log( this a ); } var obj = { a: 2, foo: JavaScript 2022-04-02 422 点赞 6 评论 639 浏览