按 1 个按键即可接受输入,而不是等待用户在 Console.ReadLine() 上按 Enter 键

发布于 2025-01-03 20:43:11 字数 120 浏览 0 评论 0原文

我正在开发 ac# 控制台应用程序,用户只需输入数字即可进行选择。有一种方法可以让用户仅在未输入的数字上接受输入,而不是让用户必须输入数字然后按 Enter 键,即用户不必按 Enter 键。e

感谢您的帮助。

I am working on a c# Console Application where the user has to only enter a number to make a selection. Instead of making the user have to type in the number and then hit enter is there a way for the input to be accept on just the number not being inputted, i.e. so the user doesn't have to press enter.e

Thanks for your help.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

思念满溢 2025-01-10 20:43:11

Console.ReadKey() 在这种情况下应该有效

Console.ReadKey() should work in this case

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文