document.documentElement 有什么作用

Web前端开发 / 4796 次阅读

javascript中有这么个语句document.documentElement,其作用是引用的是html整个文档对象,是标准的DOM对象。