当前位置:首页 > 编程 > 正文

python 实现按任意键退出

import os
os.system('pause')


发表评论