方法一:禁止中文输入法 

<input type="text"  >
 

方法二:禁止黏贴,禁止拖拽,禁止中文输入法!
 这种方法是最强的禁止 中文输入
 <input type="text" onpaste="return false" ondragenter="return false" oncontextmenu="return false;" />

 

 

原文地址:http://blog.163.com/dollare@126/blog/static/36611490201371641934747/

相关文章:

  • 2022-12-23
  • 2021-11-07
  • 2021-06-21
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-29
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案