摘要: 1. 将彻底屏蔽鼠标右键oncontextmenu="window.event.returnValue=false"<table border oncontextmenu=return(false)> <td>no </table> 可用于Table2. 取消选取、防止复制<body onselectstart="return false">3. 不准粘贴onpaste="return false"4. 防止复制oncopy="return false;" oncut 阅读全文