有些文档我无法获取文档的高度(将某些内容绝对定位在最底部)。此外,在这些页面上的底部填充似乎没有任何作用,但在高度会返回的页面上却没有作用。案例:
http://fandango.com
http://paperbackswap.com
在Fandango上,
jQuery的$(document).height();
返回正确值
document.height
返回0
document.body.scrollHeight
返回0
关于平装书交换:
jQuery的$(document).height();
TypeError:$(document)
为null
document.height
返回不正确的值
document.body.scrollHeight
返回不正确的值
注意:如果有一些技巧,我具有浏览器级别的权限。