QtCore.QCoreApplication(sys.argv) timer = PyQt5.QtCore.QTimer() timer.timeout.connect(lambda: print("foo")) timer.start(500) app.exec_().
確定! 回上一頁