aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/api/request
diff options
context:
space:
mode:
Diffstat (limited to 'files/zh-cn/web/api/request')
-rw-r--r--files/zh-cn/web/api/request/clone/index.html2
-rw-r--r--files/zh-cn/web/api/request/index.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/files/zh-cn/web/api/request/clone/index.html b/files/zh-cn/web/api/request/clone/index.html
index a256435381..e410740be6 100644
--- a/files/zh-cn/web/api/request/clone/index.html
+++ b/files/zh-cn/web/api/request/clone/index.html
@@ -5,7 +5,7 @@ translation_of: Web/API/Request/clone
---
<div>{{APIRef("Fetch")}}</div>
-<div></div>
+
<p> {{domxref("Request")}} 接口中的<strong><code>clone()</code></strong> 方法可以创建一个当前<code>Request</code> 对象的副本。</p>
diff --git a/files/zh-cn/web/api/request/index.html b/files/zh-cn/web/api/request/index.html
index 10248d0e2f..c2c065efff 100644
--- a/files/zh-cn/web/api/request/index.html
+++ b/files/zh-cn/web/api/request/index.html
@@ -7,7 +7,7 @@ translation_of: Web/API/Request
<div><a href="/en-US/docs/Web/API/Fetch_API">Fetch API</a> 的 <strong><code>Request</code></strong>接口?用来表示资源请求。</div>
-<div></div>
+
<p>你可以使用  {{domxref("Request.Request()")}} ?构造函数创建一个<code>Request 对象,但是你可能会遇到一个 Request 对象作为其它 API 的操作被返回,比如一个 </code>service worker的{{domxref("FetchEvent.request")}}。</p>