aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/http/headers/content-disposition/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/zh-cn/web/http/headers/content-disposition/index.html')
-rw-r--r--files/zh-cn/web/http/headers/content-disposition/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/web/http/headers/content-disposition/index.html b/files/zh-cn/web/http/headers/content-disposition/index.html
index 57815814bf..890905db52 100644
--- a/files/zh-cn/web/http/headers/content-disposition/index.html
+++ b/files/zh-cn/web/http/headers/content-disposition/index.html
@@ -12,7 +12,7 @@ translation_of: Web/HTTP/Headers/Content-Disposition
<div>在常规的 HTTP 应答中,<code><strong>Content-Disposition</strong></code> 响应头指示回复的内容该以何种形式展示,是以<strong>内联</strong>的形式(即网页或者页面的一部分),还是以<strong>附件</strong>的形式下载并保存到本地。</div>
-<div></div>
+
<p>在 multipart/form-data 类型的应答消息体中,<strong><code>Content-Disposition</code></strong> 消息头可以被用在 multipart 消息体的子部分中,用来给出其对应字段的相关信息。各个子部分由在{{HTTPHeader("Content-Type")}} 中定义的<strong>分隔符</strong>分隔。用在消息体自身则无实际意义。</p>