// email 你校验的邮箱 const reg = /^([a-zA-Z]|[0-9])(\w|\-)+@[a-zA-Z0-9]+\.([a-zA-Z]{2,4})$/; if(!reg.test(email)){ alert('邮箱格式不正确') }