摘要: import subprocess def core_run_info(): out_bytes = subprocess.check_output("pgrep 'your exe comand' | xargs", shell=True) out_text = out_bytes.decode( 阅读全文
posted @ 2021-03-23 16:43 Xuperior 阅读(729) 评论(0) 推荐(0) 编辑