aboutsummaryrefslogtreecommitdiff
path: root/files/zh-tw/web/api/fetch_api/using_fetch/index.html
diff options
context:
space:
mode:
authorallo <yin199909@aliyun.com>2022-03-18 22:01:02 +0800
committerIrvin <irvinfly@gmail.com>2022-03-18 22:31:17 +0800
commit0227170ae69b5b6c35c7cfa59ab54918241349fd (patch)
treea402844e219afb50bb4f86a8ae9d1bf57ff47720 /files/zh-tw/web/api/fetch_api/using_fetch/index.html
parent8824afb494e5398bc0efcf5f7eb78782096fc90c (diff)
downloadtranslated-content-0227170ae69b5b6c35c7cfa59ab54918241349fd.tar.gz
translated-content-0227170ae69b5b6c35c7cfa59ab54918241349fd.tar.bz2
translated-content-0227170ae69b5b6c35c7cfa59ab54918241349fd.zip
auto replace anch with scripts
Diffstat (limited to 'files/zh-tw/web/api/fetch_api/using_fetch/index.html')
-rw-r--r--files/zh-tw/web/api/fetch_api/using_fetch/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-tw/web/api/fetch_api/using_fetch/index.html b/files/zh-tw/web/api/fetch_api/using_fetch/index.html
index ae86951ce1..4316965217 100644
--- a/files/zh-tw/web/api/fetch_api/using_fetch/index.html
+++ b/files/zh-tw/web/api/fetch_api/using_fetch/index.html
@@ -46,7 +46,7 @@ translation_of: Web/API/Fetch_API/Using_Fetch
<p>回傳的 response 需要透過 {{domxref("Body.json","json()")}} (在 {{domxref("Body")}} 可以找到定義, Body 是用 {{domxref("Request")}} 和 {{domxref("Response")}} 實作出來的物件.)</p>
<div class="note">
-<p><strong>備註</strong>: 其實 Body 還提供了其他類似的功能可以將內容輸成其他類型格式,詳見{{anch("Body")}} </p>
+<p><strong>備註</strong>: 其實 Body 還提供了其他類似的功能可以將內容輸成其他類型格式,詳見<a href="#body">Body</a> </p>
</div>
<p>Fetch 請求的安全性 <a href="/en-US/docs/Security/CSP/CSP_policy_directives">Content Security Policy</a>(內容安全策略) 是由 header 中的 <code>connect-src</code> directive 所設定 ,並非其他 directive ( 比如:img-src、default-src 等)。</p>