drp000 发表于 2015-8-21 21:04 Scanner sc = new Scanner(System.in); //创建一个Scanner对象 int lin = sc.nextInt(); //接收一个int ...