1.禁止選取
<input type="text" onselectstart="return false" />
2.禁止粘貼
<input type="text" onpaste="return false" />
3.禁止復制
<input type="text" oncopy="return false;" oncut="return false;" />
1.禁止選取
<input type="text" onselectstart="return false" />
2.禁止粘貼
<input type="text" onpaste="return false" />
3.禁止復制
<input type="text" oncopy="return false;" oncut="return false;" />