关于我们

质量为本、客户为根、勇于拼搏、务实创新

< 返回新闻公共列表

Java按回车键继续 方法

发布时间:2023-06-30 23:28:19
public static void Enter() throws IOException {//停顿  System.out.println("按回车继续");  new BufferedReader(new InputStreamReader(System.in)).readLine();  }

/template/Home/leiyu/PC/Static