如何进行键盘数据录入呢? 导句 import java.util.Scanner; 位置在class上面。 创建录入对象 格式: Scanner sc= new Scanner(System.in); 通过对象获取数据。 int x = sc.nextInt();