设置输入框的样式,代码如下
<input type = "text" id = "jscaptcha_input" style="ime-mode:disabled;" maxlength="5"/>
给输入框的样式添加 “ ime-mode:disabled” 即可限制输入框不能输入中文。
但该方法在谷歌浏览器中不管用,ie与火狐都支持
原创文章,作者:ItWorker,如若转载,请注明出处:https://blog.ytso.com/tech/pnotes/14054.html
设置输入框的样式,代码如下
<input type = "text" id = "jscaptcha_input" style="ime-mode:disabled;" maxlength="5"/>
给输入框的样式添加 “ ime-mode:disabled” 即可限制输入框不能输入中文。
但该方法在谷歌浏览器中不管用,ie与火狐都支持
原创文章,作者:ItWorker,如若转载,请注明出处:https://blog.ytso.com/tech/pnotes/14054.html