gpt4 book ai didi

javascript - 获取滚动条的 `distance`

转载 作者:数据小太阳 更新时间:2023-10-29 05:24:13 24 4
gpt4 key购买 nike

使用 javascript 是否可以计算出距离,或者窗口向下滚动的像素距离?

问候菲尔

最佳答案

这将用于获取元素与文档顶部的距离:document.documentElement.scrollTop

您需要确保该元素是可滚动的。

来自 Mozilla MDN:

If the element can't be scrolled (e.g. it has no overflow or if the element is non-scrollable), scrollTop is set to 0

关于javascript - 获取滚动条的 `distance`,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1896718/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com