gpt4 book ai didi

javascript - 在原型(prototype)函数上调用 new | `this`指的是什么? |如何测试?

转载 作者:行者123 更新时间:2023-12-02 19:20:31 26 4
gpt4 key购买 nike

这在这个 fiddle 中指向什么?

这将 jQuery 的核心部分复制到一个简单的 fiddle 中。

我如何测试这指向什么?

http://jsfiddle.net/tFhFD/3/

引用

http://code.jquery.com/jquery-latest.js

最佳答案

阅读this introduction into the this keyword 。你并不真正知道 this 指向什么,这取决于函数的调用。

但是,由于 init 函数是通过 new keyword 调用的,this 将是一个继承自 init.prototype 对象的新对象 - init 构造函数的一个实例

要检查 this 的值,请使用调试器。您还可以console.log(this)

关于javascript - 在原型(prototype)函数上调用 new | `this`指的是什么? |如何测试?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12592677/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com