摘要: # -*- coding: utf-8 -*- import subprocess as sp # windows windows = "gbk" # linux linux = "utf-8" def exec(cmd: str, agent: str) -> None: p = sp.Popen 阅读全文
posted @ 2021-08-23 15:16 tt_贝塔 阅读(332) 评论(0) 推荐(0) 编辑