文本框内容不能复制和剪切
<input name="textfield" type="text" value="不能复制里面的字" oncopy="return false;" oncut="return false;">
发布时间: 2012-11-22 00:16:41 作者: rapoo
文本框内容不能复制和剪切
<input name="textfield" type="text" value="不能复制里面的字" oncopy="return false;" oncut="return false;">