用time.sleep() 让程序暂停, 用while让程序循环. # -*- coding: utf8 -*- import time while True: try: # do something pass except Exception, e: time.sleep(3).
確定! 回上一頁