会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
pythoner_wl
博客园
首页
新随笔
联系
管理
订阅
2021年7月27日
Python 多线程定时器——threading.Timer
摘要: threading.Timer 一次timer只生效一次,不会反复循环,如果实现循环触发,代码如下: import time import threading def createTimer(): t = threading.Timer(2, repeat) t.start() def repeat
阅读全文
posted @ 2021-07-27 16:11 pythoner_wl
阅读(8047)
评论(0)
推荐(0)
编辑
公告