1 import schedule 2 import time 3 4 def test(): 5 print("I'm working...") 6 def test2(): 7 print("I'm working... in job2") 8 9 # 每10分钟执行一次job函数 10 sch
posted on 2018-10-24 13:34  空吾道雪  阅读(852)  评论(0编辑  收藏  举报