标签:shell byte out imp 外部 output 使用 外部命令 stat
使用subprocess库
import subprocess out_bytes = subprocess.check_output([‘netstat‘,‘-a‘]) out_bytes = subprocess.check_output(‘grep python j wc > out‘, shell=True)
标签:shell byte out imp 外部 output 使用 外部命令 stat
原文地址:https://www.cnblogs.com/buxizhizhoum/p/9009813.html