Web API

Element

2025-06-03

Element 是所有 Document 元素中最通用的基类,仅包含所有元素共有的方法和属性。

使用

继承: Element -> [[Node]] -> [[EventTarget]]

参考