python類庫31[進程subprocess]

python類庫31[進程subprocess]     subprocess.Popen用來建立子進程。html   1)Popen啓動新的進程與父進程並行執行,默認父進程不等待新進程結束。python def  TestPopen():    import  subprocess   p = subprocess.Popen( " dir " ,shell = True)    for  i 
相關文章
相關標籤/搜索