摘要: 概要 本文用来记录使用subprocess库时遇到的各个参数以及讲解 命令示例(linux下) subprocess.Popen(record_cmd, stdin=subprocess.PIPE, stdout=subprocess.PIPE, stderr=subprocess.PIPE, sh 阅读全文
posted @ 2021-12-27 13:48 风,又奈何 阅读(26) 评论(0) 推荐(0) 编辑