• 2022-07-25
    前面我们一直在做输入,输入语句如下[br][/br] Scanner sc=new Scanner(System.in); int i=sc.nextInt(); 结合所学知识,你能解释出为什么需要第一条语句吗?为什么不能使用Scanner.nextInt()直接实现输入一个整数呢?