优艾设计网

jquery滚动到页面底部问题?

优艾设计网 https://www.uibq.com 2023-01-05 07:26 出处:网络 作者:PS自学
源码: $(window).scroll(function () { var scrollTop = $(this).scrollTop() var scrollHei优艾设计网_设计百科ght = $(document).height() var windowHeight = $(this).height()console.log(`scrollTop: ${scrollT

源码:

$(window).scroll(function () { var scrollTop = $(this).scrollTop() var scrollHei优艾设计网_设计百科ght = $(document).height() var windowHeight = $(this).height()console.log(`scrollTop: ${scrollTop}`) console.log(`windowHeight: ${windowHeight}`) console.log(`scrollHeight: ${scrollHeight}`)})

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


0

精彩评论

暂无评论...
验证码 换一张
取 消