HTML 中的console.error()方法用于在控制台上显示错误消息。 console.error()方法用于测试目的。错误消息作为参数发送到console.error()方法。
句法:
console.error( message )
参数:此方法接受单参数消息,该消息是强制性的,用于保存错误消息。
下面的程序说明了 HTML 中的 console.error() 方法:
例子:
DOM console.error() Method
GeeksforGeeks
DOM console.error() Method
To view the message in the console
press the F12 key on your keyboard.
To check for errors, double click
the button below:
输出:
双击检查错误按钮后显示控制台视图:
支持的浏览器: console.error()方法支持的浏览器如下:
- 谷歌浏览器
- 浏览器 8.0
- 火狐 4.0
- 歌剧
- 苹果浏览器