如何让java.io.Console显示一个默认值供用户确认或修改?
新的 http://download.oracle.com/javase /6/docs/api/java/io/Console.html 类对于来自控制台的用户输入似乎没问题,但是,它似乎无法提供读取行的方法,但默认值已提交(因此用户只需按 Enter 确认或删除即可修改)。
我怎样才能在课堂上做到这一点?
the new http://download.oracle.com/javase/6/docs/api/java/io/Console.html class seems ok for user input from the console, however, it seems to provide no way to read a line but with the default already filed in (so the user only has to press enter to confirm or delete to modify).
How can i do this with the class?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果该行为空,则使用默认值。使用 commons-lang 的 StringUtils (或者您最喜欢的测试空行的方法)
If the line is empty, use the default. Using commons-lang's StringUtils (or your favorite way of testing for empty lines)