Java按回车键继续 方法


public static void Enter() throws IOException  {//停顿
			System.out.println("按回车继续");
			new BufferedReader(new InputStreamReader(System.in)).readLine();
	}

你可能感兴趣的:(Java按回车键继续 方法)