python使用命令关机的方法:
1、使用下面的命令导入os模块
importos
2、然后执行下面的命令即可:
os.system('shutdown/s/ttime')
time可以更改为你想要的时间(单位:秒):
现在关机:shutdown /s /t 0
现在注销:shutdown /l /t 0
原文来自:https://www.py.cn© 版权声明
文章版权归作者所有,未经允许请勿转载。
THE END
python使用命令关机的方法:
1、使用下面的命令导入os模块
importos
2、然后执行下面的命令即可:
os.system('shutdown/s/ttime')
time可以更改为你想要的时间(单位:秒):
现在关机:shutdown /s /t 0
现在注销:shutdown /l /t 0
原文来自:https://www.py.cn
暂无评论内容