輕量級任務調度 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
相關文章
相關標籤/搜索