python定时执行方法
摘要:
1 time.sleep import time for i in range(5): print(i) time.sleep(10) 2 用shed 其中func中放要执行的函数,用schedule.enter加入要执行的函数,里面的第一个参数是延迟执行的时间,用sched.scheduler进行 阅读全文
posted @ 2018-03-09 12:03 子墨' 阅读(3042) 评论(0) 推荐(0) 编辑