异常 // 方式1 throw 'error' // 方式2 throw new Error('error') 常见的异常还包括 TypeError, RefenceError, RangeError, SyntaxError