设置输入框的样式,代码如下
<span style="font-size:18px;"><input type = "text" id = "jscaptcha_input" style="ime-mode:disabled;" maxlength="5"/></span>
给输入框的样式添加 “ ime-mode:disabled” 即可限制输入框不能输入中文。
但该方法在谷歌浏览器中不管用,ie与火狐都支持
设置输入框的样式,代码如下
<span style="font-size:18px;"><input type = "text" id = "jscaptcha_input" style="ime-mode:disabled;" maxlength="5"/></span>
但该方法在谷歌浏览器中不管用,ie与火狐都支持