摘要: 守护进程代码: 1 import time, os 2 import subprocess 3 4 5 def run(): 6 while True: 7 taskList = os.popen('tasklist').read() 8 for path... 阅读全文
posted @ 2015-03-04 17:25 小侠女 阅读(1618) 评论(0) 推荐(0) 编辑