learning java 获取键盘输入
Posted lianghong881018
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了learning java 获取键盘输入相关的知识,希望对你有一定的参考价值。
通过Scanner类,获取键盘的输入
var sc = new Scanner(System.in); // while (sc.hasNext()) // System.out.println("key context : " + sc.next()); // //while (sc.hasNextLong()) // System.out.println("key context : " + sc.nextLong()); // while (sc.hasNextLine()) System.out.println("key context : " + sc.nextLine());
以上是关于learning java 获取键盘输入的主要内容,如果未能解决你的问题,请参考以下文章
获取 ValueError:y 在使用 scikit learn 的 LabelEncoder 时包含新标签