1.scanner.hasNext()/scanner.next()使用:
仅输出空格前的字符
2.scanner.hasNextLine()/scanner.nextLine()使用:
输出回车前的所有字符(包括空格)
3.输出整数/小数:
结果1:
结果2: