vs c#判断程序是否调试模式,开发模式,发布模式,Debug模式,Release模式
摘要:转发自:https://blog.csdn.net/qq_37664403/article/details/118747195 1.Debug模式,Release模式#if DEBUGConsole.WriteLine(“Debug模式”);#elseConsole.WriteLine(“Relea
阅读全文
posted @ 2023-07-25 11:59