html屏蔽右键、禁止复制与禁止查看源代码

<script>
        function doNothing(){  
	        window.event.returnValue=false;  
	        return false;  
	}  
</script>
<body oncontextmenu="doNothing()">

  

posted @ 2016-12-23 18:11  岁月淡忘了谁  阅读(2065)  评论(0编辑  收藏  举报