JAVA語言正則表達式實現密碼規則設置

<span style="font-size:18px;">密碼規則:長度不能小於6位,必須包含字母和數字。</span> public void say() { Scanner sc = new Scanner(System.in); String password = ""; int i = 0; while (i < 3) { System.out.println("
相關文章
相關標籤/搜索