当前位置:Gxlcms > JavaScript > javascript屏蔽右键代码

javascript屏蔽右键代码

时间:2021-07-01 10:21:17 帮助过:2人阅读

javascript屏蔽右键
代码如下:

<span style="font-size:18px;color:#ff0000;"><strong>document.oncontextmenu=function(e){
return false;
};</strong></span>

人气教程排行