摘要: import subprocess # 创建一个新的 Popen 类,并继承自 subprocess.Popen class MySubprocessPopen(subprocess.Popen): def __init__(self, *args, **kwargs): # 在调用父类(即 sub 阅读全文
posted @ 2023-03-29 13:59 淋哥 阅读(180) 评论(0) 推荐(0) 编辑