python 实现定时任务1、while True: + sleep() import time def timer(n): while True: print(time.strftime('%Y-%m-%d %X',time.localtime())) # 此处 ...
確定! 回上一頁