摘要:
http://www.linux-field.com/?p=15Python中执行系统命令常见方法有两种:两者均需 import os(1) os.system# 仅仅在一个子终端运行系统命令,而不能获取命令执行后的返回信息system(command) - exit_statusExecute the command (a string) in a subshell.# 如果再命令行下执行,结果直接打印出来1 os.system('ls')204101419778.CHMbash document media py-django video311.wmvbooks downloads 阅读全文