Java Scanner
scanner.next() 和 scanner.nextLine() 在处理空行时,逻辑不同。
scanner.next() 会跳过;
scanner.nextLine() 会读入 “”