轻量级任务调度 schedule

https://github.com/dbader/schedulepython import datetime import schedule import threading import time def job1(): print("I'm working for job1") time.sleep(2) print("job1:", datetime.date
相关文章
相关标签/搜索