document.oncontextmenu=function(){return false;}<br> document.onmousedown=function(){ if(event.button==2)return false;} <br> document.onkeydown=function(){ if(event.ctrlKey)return false;}
禁止鼠标右键
最新推荐文章于 2023-08-29 14:07:43 发布