<INPUT TYPE = text STYLE = "ime-mode:disabled" > //即可禁止输入法js形式:active 代表输入法为中文inactive 代表输入法为英文auto 代表打开输入法 (默认)disable 代表关闭输入法<INPUT onfocus=" this.style.imeMode='active' " /> <INPUT onfocus=" this.style.imeMode='inactive' " /> <INPUT onfocus=" this.style.imeMode='auto' " /> <INPUT onfocus=" this.style.imeMode='disabled' " /> 禁止input 粘贴:<input id=VC class="xinput" maxlength=4 size="5" onkey
Hawk
别固执的认为某事必须 !