📅  最后修改于: 2022-03-11 14:52:41.309000             🧑  作者: Mango
myInt = scan.nextInt();
myDouble = scan.nextDouble();
scan.nextLine(); // Skip the remainder of the double line
myString = scan.nextLine();