目录

console groupEnd()

示例

使用 console.groupEnd() 结束消息组:

console.log("Hello world!");
console.group();
console.log("Hello again, this time inside a group!");
console.groupEnd();
console.log("and we are back.");
亲自试一试 »

描述

这个groupEnd()结束消息组。


语法

console.groupEnd()

浏览器支持

console.groupEnd()所有现代浏览器都支持:

Chrome Edge Firefox Safari Opera IE
Yes Yes Yes Yes Yes 11