• Ctrl 和 Shift限定(IEOnly)
document.onmousewheel=function()
{   
    if(event.ctrlKey||event.shiftKey)
    {
        event.returnValue=false;
    }
}

 

 

 

 

相关文章:

猜你喜欢
相关资源
相似解决方案