📜  如何使用 python 代码示例关闭 Windows 10 计算机

📅  最后修改于: 2022-03-11 14:45:20.883000             🧑  作者: Mango

代码示例2
import os


os.system("shutdown /s /t 1")