psrheartache
blog
编程
标签
归档
Github
psrheartache
blog
编程
标签
归档
Github
Miracles sometimes occur,
but one has to work terribly for them.
人生除了眼前的苟且,还有未知的
bug
和看不懂的
code
Scroll
Timer.js 是一个简单而轻量的定时器管理库,并且无依赖。 安装 npm install timer.js 使用示例 制作披萨的倒计时 import Timer from 'timer.js' var pizzaTimer = new Timer(); var pizzaCookingTime = 15 * 60; // 15 minutes ...
timer.js 介绍
2020-03-19
psrheartache
#timer.js