From 97065b2e68dd8768dc1ea092c893c57ebe205026 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Thu, 25 Feb 2021 08:31:36 -0500 Subject: use class="hidden" not style="display:none" --- files/zh-tw/web/api/xmlhttprequest/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'files/zh-tw/web/api/xmlhttprequest/index.html') diff --git a/files/zh-tw/web/api/xmlhttprequest/index.html b/files/zh-tw/web/api/xmlhttprequest/index.html index 3258579e62..35d87072c6 100644 --- a/files/zh-tw/web/api/xmlhttprequest/index.html +++ b/files/zh-tw/web/api/xmlhttprequest/index.html @@ -111,7 +111,7 @@ translation_of: Web/API/XMLHttpRequest
初始化一個請求。此方法用於 JavaScript 中;若要在 native code 中初始化請求,請以 openRequest() 作為替代。
{{domxref("XMLHttpRequest.overrideMimeType()")}}
覆寫伺服器回傳的 MIME type。
-
{{domxref("XMLHttpRequest.send()")}}
+
{{domxref("XMLHttpRequest.send()")}}
發送請求。如果為非同步請求(預設值),此方法將在發出請求後便立即回傳(return)。
{{domxref("XMLHttpRequest.setRequestHeader()")}}
設定 HTTP 請求標頭(request header)值。setRequestHeader() 可被呼叫的時間點必須於 open() 之後、在 send() 之前。
-- cgit v1.2.3-54-g00ecf