摘要:
import subprocessdef cmd(command): subp = subprocess.Popen(command, shell=True, stdout=subprocess.PIPE, stderr=subprocess.PIPE, encoding="utf-8") retu 阅读全文
posted @ 2022-06-28 01:11
(_OwO_)
阅读(202)
评论(0)
推荐(0)