public static void main(String args[]) {
int x = 10;
<span style="color:#ff6666;">Scanner sc = new Scanner(System.in);
</span> while (sc.hasNext()) {
System.out.println(sc.next());
}
}
【输出:】
wuwanyu 4111028
wuwanyu
4111028public static void main(String args[]) {
int x = 10;
<span style="color:#ff6666;">Scanner sc = new Scanner(System.in);
</span> while (sc.hasNext()) {
System.out.println(sc.next());
}
}
【输出:】
wuwanyu 4111028
wuwanyu
4111028