简单的屏蔽右键
<script>document.oncontextmenu=document.onselectstart=document.oncopy=document.oncut=function(){return false;};</script>