定义一个定时器函数. # 定时器 from PyQt5.QtCore import QTimer def timer_start(): timer = QTimer() # fun1是监听的函数,如果fun1(x,y)带参,则 ...
確定! 回上一頁