摘要: import subprocess subprocess.run(cmd代码,shell=True, stdin=subprocess.PIPE, stdout=subprocess.PIPE, stderr=subprocess.PIPE, ) 阅读全文
posted @ 2022-03-28 11:25 Hany47315 阅读(316) 评论(0) 推荐(0)