JavaScript event inheritance chain elements and nodes

Inheritance chain:

HTMLElement->Element->Node->EventTarget->Object

document and body: document on behalf of the entire document, body refers to the body tag of the document

Guess you like

Origin www.cnblogs.com/ltfxy/p/12341327.html