会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
道高一尺
博客园
首页
新随笔
联系
管理
订阅
2017年3月1日
计时器源码
摘要: 1 import time as t 2 3 class Mytimer: 4 5 def __init__(self): 6 self.prompt = '未开始计时' 7 self.unit = ['年','月','日','时','分','秒'] 8 self.begin = 0 9 self.en...
阅读全文
posted @ 2017-03-01 22:52 道高一尺
阅读(451)
评论(0)
推荐(0)
公告