公告
财富商城
积分规则
提问
发文
2019-04-04 01:06发布
Summer. ? 凉城
Is there a way to color the font of certain lines in a console app in .net?
Thanks
Console.BackgroundColor = ConsoleColor.Blue; Console.ForegroundColor = ConsoleColor.Yellow;
http://msdn.microsoft.com/en-us/library/system.console.foregroundcolor.aspx
You can change the foreground and background colors of the console. The foreground color is of course the text.
最多设置5个标签!
http://msdn.microsoft.com/en-us/library/system.console.foregroundcolor.aspx
You can change the foreground and background colors of the console. The foreground color is of course the text.