输入banner图图片脚本导航/分类

javascript屏蔽右键代码_javascript技巧

javascript屏蔽右键
代码如下:

document.oncontextmenu=function(e){
return false;
};