<input style="ime-mode:disabled"></input>
<input style="ime-mode:active"></input>
<input style="ime-mode:inactive"></input>
<input style="ime-mode:auto"></input>
第一个是不显示输入法,即用键盘也不能切换输入法。
第二个是自动切换成英文的输入法,但还可以用键盘切换。
第三个是自动切换成中文输入法,但还可以用键盘切换。
第四个是根据当前的输入法来确定的,如果当前是英文的,那就显示英文,是中文的那就显示中文,这个可以用来做通用配置,在ie下兼容
ime-mode属性介绍:https://www.w3cschool.cn/doc_css/css-ime-mode.html