html5中input弹窗时,不弹出输入法弹出。

1、禁用输入框,属性disabled。
2、使用其它标签来代替。
3、增加属性onfocus="this.blur();"。

原文地址:https://www.cnblogs.com/loge/p/5407505.html