JS 判断鼠标滚轮滑动距离如果使用jquery的话,可以这样写:$(window).bind("scroll", function(){ var top = $(this).scrollTop() 当前窗口的滚动距离 }2023-04-28JavaScript360