收起
以下答案引用自GPT-3大模型,请合理使用:
设置控制台窗口标题和大小: static void SetConsoleWindowTitle(string title) { Console.Title = title; Console.WindowWidth = 800; Console.WindowHeight = 600; }
报告相同问题?