标签: python windows cmd
您好,我想将窗口的高度更改为0,所以仅显示窗口的标题。
我已经尝试过了,但这只能让我看下面的图片
import os os.system('mode 75, 1')
这还不足以满足我的需求。我正在尝试让它看起来像这样,
如果我尝试os.system('mode 75, 0'),我会在cmd中打印出The screen cannot be set to the number of lines and columns specified.
os.system('mode 75, 0')
The screen cannot be set to the number of lines and columns specified.