<script> function doNothing(){ window.event.returnValue=false; return false; } </script>
<body oncontextmenu="doNothing()">
时间: 2024-10-10 15:05:53
<script> function doNothing(){ window.event.returnValue=false; return false; } </script>
<body oncontextmenu="doNothing()">