JS 中try用法 ·const a = 1 ·try {···if (a == 2 || a == 3) {···throw 'hahaha'·} else {···console.log(a)··}·} cat ...