摘要: #!/usr/bin/python3 import threading import time exitFlag = 0 import subprocess class myThread (threading.Thread): def __init__(self, threadID, name): 阅读全文
posted @ 2020-09-16 15:03 kpwong 阅读(1875) 评论(0) 推荐(0) 编辑