标题: 游戏登录界面 [打印本页] 作者: Over_Mstuang 时间: 2015-8-29 07:33 标题: 游戏登录界面 public class PasswordDemo {
public static void main(String[] args) throws IOException {
//Scanner sc = new Scanner(System.in);
for (int i = 0; i < 5; i++) {
InputStream is = System.in;
InputStreamReader isr = new InputStreamReader(is);
BufferedReader br = new BufferedReader(isr);