Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
而不仅仅是浏览器的屏幕高度?
clientHeight 只返回窗口的高度!
谢谢 :]
这应该为您提供整个文档的高度:
document.height
它是文档的一个属性:
用 jquery 试试:
$('body').height(); //returns viewport height