为什么schedule类那些方法,时间参数都是秒不是毫秒

很奇怪为什么不支持毫秒,用秒根本不能精细控制
this.scheduleOnce(this.showLog, 500); // ,秒

求解

可以用小数。。。