document.documentElement.clientHeight代替document.body.clientHeight取得页面可视区的高度。因为document.body.clientHeight有时因为页面内容不够,值有问题
转载于:https://www.cnblogs.com/FineDay/articles/5427438.html
document.documentElement.clientHeight代替document.body.clientHeight取得页面可视区的高度。因为document.body.clientHeight有时因为页面内容不够,值有问题
转载于:https://www.cnblogs.com/FineDay/articles/5427438.html