Scanner scanner=new Scanner(System.in); //这整行创建一个Scanner对象,并且将它指向变量Scanner
Scanner对象包括以下读取输入的方法:
.next()
.nextByte()
.nextShort()
.nextInt()
.nextLong()
.nextFloat()
.nextDouble()
Scanner scanner=new Scanner(System.in); //这整行创建一个Scanner对象,并且将它指向变量Scanner
Scanner对象包括以下读取输入的方法:
.next()
.nextByte()
.nextShort()
.nextInt()
.nextLong()
.nextFloat()
.nextDouble()
转载于:https://www.cnblogs.com/jiangjh/articles/2076781.html