前端异常处理

1 异常隔离 : 主要场景 vm js 代码

try {
} catch {}

2 promise 异常处理: 主要场景处理 try catch 无法捕获的异常

promise.then().catch();