From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- files/zh-cn/web/http/status/205/index.html | 36 ++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 files/zh-cn/web/http/status/205/index.html (limited to 'files/zh-cn/web/http/status/205') diff --git a/files/zh-cn/web/http/status/205/index.html b/files/zh-cn/web/http/status/205/index.html new file mode 100644 index 0000000000..74beafe8bc --- /dev/null +++ b/files/zh-cn/web/http/status/205/index.html @@ -0,0 +1,36 @@ +--- +title: 205 Reset Content +slug: Web/HTTP/Status/205 +tags: + - 状态码 + - 重置 +translation_of: Web/HTTP/Status/205 +--- +
{{HTTPSidebar}}
+ +

在 HTTP 协议中,响应状态码 205 Reset Content 用来通知客户端重置文档视图,比如清空表单内容、重置 canvas 状态或者刷新用户界面。

+ +

状态

+ +
205 Reset Content
+ +

规范

+ + + + + + + + + + + + +
SpecificationTitle
{{RFC("7231", "205 Reset Content" , "6.3.6")}}Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content
+ +

相关内容

+ + -- cgit v1.2.3-54-g00ecf