网页中禁止使用鼠标右键如何实现

   将<body>改成

<body ondragstart="window.event.returnValue=false" oncontextmenu="window.event.returnValue=false" onselectstart="event.returnValue=false">