blob: 3ef8a05ae2e797f3f7f94737406442aea40d5f39 (
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
|
---
title: 205 Reset Content
slug: Web/HTTP/Status/205
translation_of: Web/HTTP/Status/205
---
<div>{{HTTPSidebar}}</div>
<p>HTTP <strong><code>205 Reset Content</code></strong> 狀態碼用來通知客戶端重置文件視圖,例如:清除表單內容、重置畫布狀態或刷新使用者界面。</p>
<h2 id="狀態">狀態</h2>
<pre class="syntaxbox">205 Reset Content</pre>
<h2 id="規範">規範</h2>
<table class="standard-table">
<tbody>
<tr>
<th scope="col">Specification</th>
<th scope="col">Title</th>
</tr>
<tr>
<td>{{RFC("7231", "205 Reset Content" , "6.3.6")}}</td>
<td>Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content</td>
</tr>
</tbody>
</table>
<h2 id="相容性事項">相容性事項</h2>
<ul>
<li>若是此回應在持久連線中錯誤地包含了主體,不同瀏覽器將會有不同的行為。細節參見 <a href="/en-US/docs/Web/HTTP/Status/204">204 No Content</a> 。</li>
</ul>
<h2 id="參見">參見</h2>
<ul>
<li>{{HTTPStatus(204)}} No Content</li>
</ul>
|