gpt4 book ai didi

javascript - 检测浏览器滚动

转载 作者:行者123 更新时间:2023-11-28 12:08:57 26 4
gpt4 key购买 nike

我如何知道用户何时在屏幕上滚动?

最佳答案

您可以订阅window.onscroll事件。示例:

window.onscroll = function() {
// the user scrolled the window
};

关于javascript - 检测浏览器滚动,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5835731/

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