try { String input = ""; do { System.out.println("請(qǐng)輸入功能編號(hào):1、管理員登錄 2、讀者登錄"); input = readUserInput(); if (input.equals("1")) { ManagerLogin(); } else if (input.equals("2")) { ReaderLogin(); } else if (input.equals("3")) { System.out.println("2"); } else if (input.equals("4")) { System.out.println("2"); } else if (input.equals("exit")) { System.out.println("退出"); } else { System.out.println("無效輸入,請(qǐng)重新輸入"); } } while(!input.equals("exit") ); } catch(IOException o) { o.printStackTrace(); ? }那位厲害的朋友可以詳細(xì)解釋一下這個(gè)代碼
這個(gè)問題可以詳細(xì)解釋么
qwertyuioplkjh
2016-01-01 15:03:09