blob: 9f1ef1cd817bee1e8ede67338a9a5264fb4fc3b5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
|
---
title: Console.groupEnd()
slug: Web/API/Console/groupEnd
translation_of: Web/API/Console/groupEnd
---
<p>{{APIRef("Console API")}}</p>
<p>在 <a href="/en-US/docs/Tools/Web_Console">Web控制台</a>中退出一格缩进(结束分组). 请参阅 {{domxref("console")}} 中的<a href="/en-US/docs/Web/API/console#Using_groups_in_the_console">Using groups in the console</a> 来获取它的用法和示例.</p>
<p>{{AvailableInWorkers}}</p>
<h2 id="语法">语法</h2>
<pre class="syntaxbox">console.groupEnd();
</pre>
<h2 id="参数">参数</h2>
<p>None.</p>
<h2 id="Specifications">Specifications</h2>
<table class="standard-table">
<thead>
<tr>
<th scope="col">Specification</th>
<th scope="col">Status</th>
<th scope="col">Comment</th>
</tr>
</thead>
<tbody>
<tr>
<td>{{SpecName("Console API", "#groupend", "console.groupEnd()")}}</td>
<td>{{Spec2("Console API")}}</td>
<td>Initial definition</td>
</tr>
</tbody>
</table>
<h2 id="浏览器兼容性">浏览器兼容性</h2>
{{Compat("api.console.groupEnd")}}
<h2 id="See_also">See also</h2>
<ul>
<li><a class="external" href="http://www.opera.com/dragonfly/documentation/console/">Opera Dragonfly documentation: Console</a></li>
</ul>
|