js正则表达式 密码var reg = ^[w]{6,12}$这个是正则表达式<br>if(password.match(reg)){<br> alert("The password is v2023-03-05JavaScript210