有一个我无法使用的命令...... 谁知道正确的语法?
Usage: TIMER [-refnum < num >] [-repeat < num >] < seconds> < command>
TIMER [-quiet] -delete < num>
答案 0 :(得分:0)
constructor(router: ActivatedRoute) {
router.params.subscribe(param => routeChanged(param['folderId']));
}
/timer 10 say This is 10 seconds later!
/timer -repeat 3 10 say I am repeatedly saying this 3 times in 10 sec intervals
/timer -refnum 1 -repeat 0 10 say I repeat this until the end of time!
(这会停止前一个)
如果您未指定引用句号,只需键入/timer -delete 1
即可列出正在运行的任何内容。
答案 1 :(得分:0)
/timer -repeat -1 9 nick myNick
或
/timer -repeat 999999999999 9 nick myNick
它只会被执行一次然后它就会从计时器列表中消失