会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
roundlight
博客园
首页
新随笔
联系
管理
订阅
2017年11月3日
Python 之定时器
摘要: #引入库 threading import threading #定义函数 def fun_timer(): print('hello timer') #打印输出 global timer #定义变量 timer = threading.Timer(60,fun_timer) #60秒调用一次函数
阅读全文
posted @ 2017-11-03 13:53 roundlight
阅读(34847)
评论(1)
推荐(0)
编辑
公告