前言
js 代码从上往下执行,遇到setTimeout、setInterval等包裹的代码块会跳过,先将其他代码执行完,然后执行之前跳过的代码
setTimeout
setInterval
1.try catch finally
2.throw
3.Error
← 四.同步编程 六.内存管理 →