会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
rencoo
-人生不能像做菜,把所有的料都準備好了才下鍋-
博客园
首页
新随笔
联系
订阅
管理
2018年12月13日
[状态模式]实现stopwatch
摘要: 1.模拟传统面向对象语言的状态模式实现 // Stopwatch类 状态机class Stopwatch { constructor() { this.button1 = null; this.button2 = null; this.resetState = new ResetState(this
阅读全文
posted @ 2018-12-13 17:34 rencoo
阅读(453)
评论(0)
推荐(0)
编辑
公告