We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Scanner scanner = new Scanner(System.in); if (scanner.hasNextLine()) { licenseCode = scanner.nextLine(); }
标准输入操作 直接跳过了
The text was updated successfully, but these errors were encountered:
Scanner scanner = new Scanner(System.in); if (scanner.hasNextLine()) { licenseCode = scanner.nextLine(); } 标准输入操作 直接跳过了
我也遇到了这个问题,我用的版本是4.0.2
Sorry, something went wrong.
XLauncher内没关闭scanner
那请问怎么解决呀
No branches or pull requests
标准输入操作 直接跳过了
The text was updated successfully, but these errors were encountered: