Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在制作一个模拟简单游戏的应用程序。有必要限制玩家,所以他们有 60 秒的时间输入答案。如果他们没有输入任何内容并且时间限制到期,我有一个问题,那么有必要关闭我打开的扫描仪(System.in),以便他们可以输入答案,并给没有响应的人打 0 分及时。如果有人对我有解决方案,请帮助我。
试试 TimerTasks,看看http://docs.oracle.com/javase/7/docs/api/java/util/TimerTask.html