摘要:
import subprocess a = subprocess.Popen('dir',shell=True,stdout=subprocess.PIPE) #stdout输出的意思,subprocess管道的意思,PIPE子进程。 print(a) #结果为:<Popen: returncode 阅读全文
posted @ 2021-10-12 15:49
longfei825
阅读(174)
评论(0)
推荐(0)
浙公网安备 33010602011771号