document.oncontextmenu = function(){. window.event.returnValue=false; //將滑鼠右鍵事件取消. } </script>. 方法二:. <body oncontextmenu="return false" >.
確定! 回上一頁