Search
Preparing search index...
The search index is not available
TaroTools文档
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
TaroTools文档
date
Timer
Interface Timer
用于监听某个时间点,类似与闹钟的功能
Hierarchy
Timer
Index
Methods
off
Time
on
Time
Methods
off
Time
off
Time
(
callback
:
Function
)
:
void
取消某个函数的监听
Parameters
callback:
Function
onTime传入的函数,会取消这个函数的全部时间监听
Returns
void
on
Time
on
Time
(
timers
:
number
[]
, callback
:
Function
)
:
void
监听多个时间点
Parameters
timers:
number
[]
多个未来的时间戳组成的数组
callback:
Function
到指定时间触发的回调函数
Returns
void
Modules
Internals
Externals
color
date
date
event
net
object
router
string
util
verify
Timer
off
Time
on
Time
用于监听某个时间点,类似与闹钟的功能