如何在JavaScript中获得整个页面高度?

时间:2013-06-26 00:17:55

标签: javascript html

而不仅仅是浏览器屏幕高度?

clientHeight只返回窗口的高度!

谢谢:]

3 个答案:

答案 0 :(得分:0)

这可以为您提供整个文档的高度:

document.height

答案 1 :(得分:0)

这是该文件的财产:

document.height

答案 2 :(得分:-1)

用jquery尝试:

$('body').height(); //returns viewport height