Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 306 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 306 Bytes

HTML和DOM学习

ownerDocument 的作用?

操作节点的方法:

appendChild
replaceChild
removeChild
insertBefore

parentNode
childNodes
cloneNode

document.documentElement 为 HTML 元素;

参考