zhg595105376
Results
1
comments of
zhg595105376
> ``` > Scanner scanner = new Scanner(System.in); > if (scanner.hasNextLine()) { > licenseCode = scanner.nextLine(); > } > ``` > > 标准输入操作 直接跳过了 我也遇到了这个问题,我用的版本是4.0.2