Black

Results 2 comments of Black

@KieSun ,请问在 https://yuchengkai.cn/docs/zh/frontend/#this ,这个例子中 ```javascript function foo() { console.log(this.a) } var a = 2 foo() var obj = { a: 2, foo: foo } obj.foo() // 以上两者情况 `this` 只依赖于调用函数前的对象,优先级是第二个情况大于第一个情况 //...

https://github.com/leecade/react-native-swiper/issues/1232#issuecomment-703078818 You can refer to this.