收藏Javascript中常用的55个经典技巧
1.oncontextmenu="window.event.returnValue=false"将彻底屏蔽鼠标右键 <tableborderoncontextmenu=return(false)><td>no</table>可用于Table 2.<bodyonselectstart="returnfalse">取消选取、防止复制 3.onpaste="returnfalse"不准粘贴 4.oncopy="re...