js 正则验证不能含有中文与特殊字符varmyReg = ^[a-zA-Z0-9_]{0,}$if(!myReg.test(input.val())) { $.validation.tip(false, input, "用户名不能含有中文或特殊字符&2023-04-26JavaScript240