JS验证input输入框(字母,数字,符号,中文) 只能输入英文<inputtype="text"onkeyup="value=value.replace(/[^a-zA-Z]/g,'')">只能输入英文<inputtype= input输入框校验