使用 commands 模块或 subprocess 执行命令的模块。
注意:命令模块已从python3中删除。所以,如果您使用python3,我建议您使用subprocess模块,因为python2同时拥有这两个模块。