📜  在 c# 代码示例中更改线条颜色

📅  最后修改于: 2022-03-11 14:49:05.778000             🧑  作者: Mango

代码示例2
//set the foreground color to cyan
Console.ForegroundColor=ConsoleColor.cyan;