赞
踩
Scanner的用法: 先在第一行输入import java.util.Scanner; 再到要使用的地方输入 Scanner input = new Scanner(System.in); 输入语句:变量 = input.nextInt();