####### 密码正则:必须是8-20位字母、数字或字符,至少包含两种!
let reg = /^(?![0-9]+$)(?![a-z]+$)(?![A-Z]+$)(?!([^(0-9a-zA-Z)])+$).{8,20}$/
####### 密码正则:必须是8-20位字母、数字或字符,至少包含两种!
let reg = /^(?![0-9]+$)(?![a-z]+$)(?![A-Z]+$)(?!([^(0-9a-zA-Z)])+$).{8,20}$/
本文标题:密码正则:必须是8-20位字母、数字或字符,至少包含两种!
本文链接:https://www.haomeiwen.com/subject/ajbpwrtx.html
网友评论