Mozilla Developerhttps://developer.mozilla.org//API/Document/scroll_eventDocument:scroll 事件 要检测滚动何时结束,请参阅 Document:scrollend 事件。 关于元素滚动,请参见 Element:scroll 事件。 在类似于 addEventListener() 这样的方法中使用事件名称,或设置 注意当用户滚动某个元素的内容时 scroll 事件 将会被触发。Element.onscroll 同等于 scroll eventSince scroll events can fire at a high rate, the event handler shouldn't execute 仅显示来自 developer.mozilla.org 的更多内容请查看https://developer.mozilla.org/zh-CN/docs/Web/API/Document/scroll_event