问答列表

对象中的此关键字 [duplicate]

作者:Diana 提问时间:3/24/2023

这个问题在这里已经有答案了: “箭头函数”和“函数”是否等同/可互换? (4 个答案) ES6 对象中的方法:使用箭头函数 (6 个答案) 对象文字/初始值设定项中的自引用 (32 答案) ES6 中...

有没有办法多次使用关键字(this)

作者:dtd439 提问时间:4/4/2023

jquery: $(document).ready(function() { $(".title", this).click(function(){ $(".content", this).sl...

从类内调用 requestAnimationFrame 时,threejs 动画的动画速度非常慢

作者:Joseph Astrahan 提问时间:4/5/2023

描述此问题的最好方法是签出 JSFiddle。当您尝试在鼠标周围移动或执行任何操作时,动画将非常不稳定。我已经将范围缩小到与分类 this.requestAnimationFrame(this.ani...

React:“this”在组件函数中未定义

作者:Maximus S 提问时间:11/29/2015

class PlayerControls extends React.Component { constructor(props) { super(props) this.state = { ...

如何在回调中访问正确的“this”

作者:Felix Kling 提问时间:11/29/2013

我有一个构造函数,它注册了一个事件处理程序: function MyConstructor(data, transport) { this.data = data; transport.on('...

隐式捕获“*this”的引用。那是什么,与隐式捕获“这个”的副值有什么区别?

作者:Johannes Schaub - litb 提问时间:4/24/2023

Cppreference 在 https://en.cppreference.com/w/cpp/language/lambda ( 如果存在任一捕获默认值,则可以隐式捕获当前对象 (*this)。...

在 Angular 中访问另一个组件的功能时,此关键字不起作用

作者:Laharee 提问时间:4/25/2023

export class ComponeComponent implements OnInit { constructor(private cService: CService, private ...

在 Debounce 中返回箭头函数与函数声明有什么区别?[复制]

作者:Brandi 提问时间:5/4/2023

这个问题在这里已经有答案了: “箭头函数”和“函数”是否等同/可互换? (4 个答案) ES6 中箭头函数中的“this”指的是什么? (10 个答案) 将其从 .call() 传递给箭头函数 [du...

将函数作为参数发送到 call()

作者:Mashael 提问时间:5/8/2023

在此示例中 function a() { console.log(this.x); } var x = 10; a.x = 20; a.call(a); 结果是20 为什么会这样? 我知...

代码似乎无法按预期工作 [重复]

作者:Yassen Mohamed 提问时间:5/13/2023

这个问题在这里已经有答案了: “箭头函数”和“函数”是否等同/可互换? (4 个答案) ES6 中箭头函数中的“this”指的是什么? (10 个答案) 6个月前关闭。 我正在学习 OOP Java...


共218条 当前第18页