📅  最后修改于: 2022-03-11 14:48:52.901000             🧑  作者: Mango
代码示例1
//Text color
Console.ForegroundColor = ConsoleColor.Green;
//Background color
Console.BackgroundColor = ConsoleColor.Red;