您的位置首页百科知识 scrollWidth和scrollHeight到底怎么算 Simone 发布于 2026-03-18 08:39:03 886 阅读 scrollWidth和scrollHeight到底怎么算的有关信息介绍如下:scrollWidth是元素的实际宽度。scrollHeight是元素的实际高度。假如body元素有滚动条。那么document.body.scrollHeight的值等于body的实际高度,滚动条的高度等于document.body.scrollHeight - document.body.clientHeight