文件名称:timer:计时器类可以帮助您增加时间
文件大小:2KB
文件格式:ZIP
更新时间:2024-06-13 04:36:08
JavaScript
newTimer.js 计时器类可以帮助您增加时间 ###初始化计时器 var Timer = require ( './timer.js' ) ; var timer = new Timer ( function ( ) { // init timer with defalut(0) seconds console . log ( "FOO" ) ; } , 0 ) ; timer . clearTimeout ( ) ; //clear this timer. will do not thing. ###添加时间 timer . add ( 1000 ) ; `` `
【文件预览】:
timer-master
----README.md(340B)
----code.js(925B)
----time.js(736B)
----test.js(230B)