摘要: from threading import Thread from threading import Event import time class ChildThread(Thread): myStopSignal = 0 def __init__(self, aStopSignal): Thre 阅读全文
posted @ 2021-01-08 17:16 该显示昵称已被使用了 阅读(99) 评论(0) 推荐(0)