Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在编写一个 java 控制台菜单。但是,我的 jre 不支持“扫描仪”。这个问题的解决方法是什么?
java.util.Scanner scanner = new Scanner (System.in);
BufferedReader br = new BufferedReader(new InputStreamReader(System.in))