摘要: 1 import os 2 import time 3 while True: 4 with open('abc1.txt', 'a+') as f: 5 result2 = str(os.popen('TASKLIST /FI "PID eq 15208"').read()) 6 f.write( 阅读全文
posted @ 2022-02-16 14:50 王亚锋 阅读(162) 评论(0) 推荐(0) 编辑