For the complete documentation index, see llms.txt. This page is also available as Markdown.

异常

// 方式1 
throw 'error'

// 方式2
throw new Error('error')

常见的异常还包括 TypeError, RefenceError, RangeError, SyntaxError

最后更新于