在使用 Java 的 nextInt() 方法时,我遇到了以下代码:
Scanner scan = new Scanner(System.in);
int count = scan.nextInt();
String string1 = scan.nextLine();
我知道 string1 将包含一个空字符串。我的问题是为什么像下面这样调用 nextLine 方法两次会出错:
String string1 = scan.nextLine().nextLine();
qq_笑_17
慕尼黑8549860
相关分类