const error = { message: 'Custom Exception' }
throw error
js 前端抛出异常语句,跳出
最新推荐文章于 2024-12-11 17:42:09 发布
const error = { message: 'Custom Exception' }
throw error