点击这里看效果
在 <body> 与 </body> 之间加入:
<script language="javascript">function click() {if (event.button==1) { //改成button==2为禁止右键alert('对不起,禁止使用此功能.')}}document.onmousedown=click</script>