关于document.body、document.documentElement、window.pageYoffset

document.body是指document对象中的body节点
document.documentElement是指文档对象的根节点(html)的引用
window.pageYOffset表示滚动条相对于窗口显示区左上角的y向距离

你可能感兴趣的:(JavaScript)