function mouseWheeling (e) { let scroll Direction; let Wheel Data = e . WheelDelta; if (wheel Data) { scroll Direction = wheel Data; } else { scroll ...
確定! 回上一頁