引入常用的函數 from PyQt4.QtGui import * from PyQt4.QtCore import * #定時器使用範例(一秒後打印!) QTimer.singleShot(1000, lambda: print('!'))
確定! 回上一頁