简单说来,Python 执行系统命令的方式有四种方式,即os.system(cmd) (建议用subprocess 模块) os.popen(cmd) (Python 3 中还能用,但不推荐使用了) ...
確定! 回上一頁