02 2013 档案
Python执行系统命令,os.system && os.popen && subprocess.Popen
摘要:os.systemPython官方文档关于os.system的描述os.system(command)Execute the command (a string) in a subshell. This is implemented by calling the Standard C function system(), and has the same limitations. Changes to sys.stdin, etc. are not reflected in the environment of the executed command.From:http://docs.pyt 阅读全文
posted @ 2013-02-03 15:48 HQM 阅读(13657) 评论(2) 推荐(0)