var a={ stop:function(){ return false; } }; document.oncontextmenu=a.stop; 登录后复制