import os command = 'ps -ef | grep "check_cookie.py" | grep -v grep | wc -l' res = os.popen(command).readline().strip()
import os command = 'ps -ef | grep "check_cookie.py" | grep -v grep | wc -l' res = os.popen(command).readline().strip()
上一篇:Python展示文件下载进度条
shell 获取命令执行的结果
举报文章
请选择举报类型
补充说明
0/200
上传截图
格式支持JPEG/PNG/JPG,图片不超过1.9M