DOMException 接口的code 属性返回一个短数字,其中包含异常错误的错误代码,如果不匹配则为 0。这是一个只读属性。
句法:
var codeNumber = domException.code;
返回值:此属性返回一个短数字。
示例:在本示例中,我们将创建一个 INVALID_CHARACTER_ERR,然后显示其代码。
DOMException code example
GeeksforGeeks
Click below to get the exception code
Error Code is :
输出:
点击按钮前:
点击按钮后:
支持的浏览器:
- 谷歌浏览器
- 边缘
- 火狐
- 苹果浏览器
- 歌剧