前端tips

document.documentElement.scrollTop  

document.body.scrollTop          可读写

document.documentElement.clientHeight(不包括滚动条的宽度)

document.documentElement.clientWidth

window.innerWidth (包括滚动条的宽度)

window.innderHeight

document.documentElement.scrollWidth;

document.documentElement.scrollHeight;

原文地址:https://www.cnblogs.com/miaolq/p/5831889.html