HTML DOM console.clear() Method
- 上一页 assert()
- 下一页 count()
- 返回上一层 Window Console Object
Definition and Usage
The console.clear() method clears the console.
The console.clear() method will also write a message in the console: "Console cleared".
语法
console.clear()
浏览器支持
表格中的数字注明了完全支持该方法的首个浏览器版本。
方法 | Chrome | IE | Firefox | Safari | Opera |
---|---|---|---|---|---|
console.clear() | 支持 | 支持 | 48 | 支持 | 支持 |
- 上一页 assert()
- 下一页 count()
- 返回上一层 Window Console Object