jquery滚动到页面底部问题 财富值11

2016-10-29 17:26发布

源码:

$(window).scroll(function () {   var scrollTop = $(this).scrollTop()   var scrollHeight = $(document).height()   var windowHeight = $(this).height()    console.log(`scrollTop: ${scrollTop}`)   console.log(`windowHeight: ${windowHeight}`)   console.log(`scrollHeight: ${scrollHeight}`)  })

为啥当页面滚动到底部时, scrollTop + windowHeight 的总大小 [大于] scrollHeight , 不是应该相等才对吗?

友情提示: 问题已经关闭,关闭后问题禁止继续编辑,回答。
该问题目前已经被作者或者管理员关闭, 无法添加新回复
0条回答

一周热门 更多>