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.
我知道我可以使用Console.ReadKey();或Console.ReadLine();等待用户输入。
Console.ReadKey();
Console.ReadLine();
我正在关注一些来自 YouTube 的视频教程
在那里我注意到当导师写一些代码时
Console.WriteLine("This is a basic C# tutorial");
他收到一条消息说Press any key to continue...
Press any key to continue...
所以,我想知道如何在不编写任何代码来显示消息的情况下获取上述消息。
在不调试的情况下运行听起来像你想要的。Ctrl + F5。