举报
方法一:推荐
<input type="text" readonly>
<input type="text" disabled>
方法二:在ie可以完全屏蔽input 输入 firefox上面去掉了光标 还是可以输入字符
<input type="file" id="file1" contenteditable="false" />
方法三:只能屏蔽中文输入法,可以复制到input [ typt=text ] 里面
<input style="ime-mode: disabled">
方法四:
<input type="file" style="ime-mode:disabled;" id="ctrct_cnts" name="ctrct_cnts"/>
本版积分规则 发表回复 回帖后跳转到最后一页
1314学习网 ( 浙ICP备10214163号 )
GMT+8, 2025-6-17 15:42
Powered by Discuz! X3.4
© 2001-2013 Comsenz Inc.