Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有两个 9x9 数组,它们一个一个显示在另一个下方,但问题是控制台太小了。有没有办法通过代码调整控制台高度?它是一个 Windows 程序,是某种战舰。
使用包含此命令的 Windows 快捷方式:
cmd.exe /k "MODE CON: COLS=80 LINES=32"