python如何使用命令关机

python使用命令关机的方法:

1、使用下面的命令导入os模块

import os

2、然后执行下面的命令即可:

os.system('shutdown /s /t time')

time可以更改为你想要的时间(单位:秒):

现在关机:shutdown /s /t 0

现在注销:shutdown /l /t 0

更多Python知识请关注云海天Python教程栏目。

来源:PY学习网:原文地址:https://www.py.cn/article.html

hmoban主题是根据ripro二开的主题,极致后台体验,无插件,集成会员系统
自学咖网 » python如何使用命令关机