HTML DOM console.clear() Method

Definition and Usage

The console.clear() method clears the console.

The console.clear() method will also write a message in the console: "Console cleared".

Instance

Clear all messages from the console:

console.clear();

亲自试一试

语法

console.clear()

浏览器支持

表格中的数字注明了完全支持该方法的首个浏览器版本。

方法 Chrome IE Firefox Safari Opera
console.clear() 支持 支持 48 支持 支持