使用 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 |
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!