python清屏方法 CMD窗口清屏命令 方法一 import os i=os.system(“cls”) 方法二 import subprocess i=subprocess.call(“cls”, shell=True … 继续阅读 python清屏方法