+
95
-

js如何检测鼠标滚轮方向?

js如何检测鼠标滚轮方向?

网友回复

+
15
-
window.addEventListener("wheel", event => {
  if (event.d...

点击查看剩余70%

我知道答案,我要回答