Visual Studio C# Learning Notes

Visual Studio C# Learning Notes

This blog will note down all my process about learning Visual Studio C#
-----------------------------------------------------------
Notes:
-----------------------------------------------------------
-----------------------------------------------------------
Why the console window disappear when I press F5 to debug?
F5 启动调试
Ctrl+F5 开始执行(不调试)
Console.Write("按任意键继续...");
Console.ReadKey();//或者Console.Read();或者Console.WriteLine();
-----------------------------------------------------------
Published At
comments powered by Disqus