摘要: 1.subprocess.PopenPopen will enable a child-process and parent process in parallel.subprocess.Popen(['type','test.py'],shell=True)subprocess.Popen('tpye test.py',shell=True)1 def TestPopen():2 import subprocess3 #p=subprocess.Popen("type test.py",shell=True)4 p=subp 阅读全文
posted @ 2013-12-31 10:48 Yu Zi 阅读(372) 评论(0) 推荐(0)