import os


command = 'ps -ef | grep "check_cookie.py" | grep -v grep | wc -l'
res = os.popen(command).readline().strip()

  

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2023-03-08
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-01-03
  • 2022-12-23
  • 2021-12-21
  • 2021-10-11
  • 2022-12-23
  • 2021-06-25
  • 2021-12-21
相关资源
相似解决方案