📜  使用 python 代码示例运行 linux 命令

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

代码示例2
import os
cmd = 'your command here'
os.system(cmd)