回调函数不会造成阻塞 function loop() { setTimeout(loop, 0) } loop 死循环 while(true) 来源:https://www.cnblogs.com/-constructor/p/11875929.html 标签 回调函数