摘要: import os command = 'ps -ef | grep "check_cookie.py" | grep -v grep | wc -l' res = os.popen(command).readline().strip() 阅读全文
posted @ 2021-11-03 11:24 乔儿 阅读(536) 评论(0) 推荐(0) 编辑