private void button1_Click(object sender, RoutedEventArgs e){string pwdregex = ^[a-zA-Z0-9]{6,12}$;System.Text.RegularExpressions.Regex regPwd = new System.Text.RegularExpressions.Regex(pwdregex);if (!regPwd.IsMatch(PasswordBox1.Password.Tr
在线咨询:
邮箱: xwei067@foxmail.com
工作时间:周一至周五,9:00-17:30,节假日休息