1
public void actionPerformed(ActionEvent ae){
   String userName = userNameTxt.getText();
   char[] pass = password.getPassword();

}

我想验证上述字段(它的用户名和密码) 我只想在用户名和 az 中使用 alohabet(az),在密码中使用 0-9 怎么做?我是摇摆新手

4

0 回答 0