gpt4 book ai didi

javascript - 为什么 HTMLDivElement.constructor.prototype == HTMLDivElement ?它应该是原型(prototype)对象

转载 作者:行者123 更新时间:2023-11-28 16:20:02 25 4
gpt4 key购买 nike

ECMASCRIPT 将原型(prototype)对象定义为构造函数的原型(prototype)属性。

以下内容复制自 ECMA-262:

4.3.4构造函数创建和初始化对象的函数对象注意构造函数的“prototype”属性的值是一个原型(prototype)对象,用于实现继承和共享属性。

为什么 HTMLDivElement.constructor.prototype == HTMLDivElement ?

如果 a 是 HTMLDivElement 对象,则 Object.getPrototypeOf(a) 返回 HTMLElement,而它应该返回 constructor.prototype,即 HTMLDivElement。

这与ECMA标准完全矛盾。

请帮助我理解这个概念...提前非常感谢。

enter image description here

最佳答案

Chrome 控制台显示:

HTMLDivElement.constructor.prototype == HTMLDivElement

它在控制台中显示为 HTMLDivElement 的事实并不意味着它是 HTMLDivElement

另外:HTMLDivElement.constructor.prototype == HTMLElement.constructor.prototype

关于javascript - 为什么 HTMLDivElement.constructor.prototype == HTMLDivElement ?它应该是原型(prototype)对象,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10016991/

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