def time(self):
output=subprocess.getoutput("ps aux")
if u.uid == "":
if "google" in output:
subprocess.getoutput("killall -9 chrome")
from gir import Ui_Dialog
elif "firefox" in output:
subprocess.getoutput("killall -9 firefox")
from gir import Ui_Dialog
deneme.py 文件源码
python
阅读 25
收藏 0
点赞 0
评论 0
评论列表
文章目录