近日用zepto开发时,想要获取整个页面的高度。 我们用 $(document).height(). 发现如果网页中有动态加载更多时,firefox测试时正常,但在chrome却不行。 改用 document.body.scrollHeight后正常。