摘要: from PyQt5.QtCore import QThread, pyqtSignal import time class MyThread(QThread): finished = pyqtSignal() def run(self): print('Thread started.') time 阅读全文
posted @ 2023-09-25 16:52 西北逍遥 阅读(25) 评论(0) 推荐(0)