开发工具 startInterval setTimout 返回值不是number, 像是NodeJs 的现象 请问一下这是为什么
如果程序同时存在多个定时器的情况下, 清除定时器报错循环引用 单其中一个清除或者过期后 可以清除
TypeError: Converting circular structure to JSON
--> starting at object with constructor 'Timeout'
| property '_idlePrev' -> object with constructor 'TimersList'
--- property '_idleNext' closes the circle
at JSON.stringify (<anonymous>)
你这个报错是对 timer JSON.stringify 了吧。
后边会fix这个问题