Ctrl 和 Shift限定(IEOnly) document.onmousewheel=function() { if(event.ctrlKey||event.shiftKey) { event.returnValue=false; } } 相关文章: