From 70452d5aafb52322087317a01a0e68e42a69cd95 Mon Sep 17 00:00:00 2001 From: Ying Zhen Zhang <44668197+yzzhang-cs@users.noreply.github.com> Date: Mon, 1 Nov 2021 23:20:49 +0800 Subject: Fix typo in Web/API/XMLHttpRequest/send, zh-CN (#2930) --- files/zh-cn/web/api/xmlhttprequest/send/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'files/zh-cn/web/api/xmlhttprequest') diff --git a/files/zh-cn/web/api/xmlhttprequest/send/index.html b/files/zh-cn/web/api/xmlhttprequest/send/index.html index 6f692710cd..820c7eb8b0 100644 --- a/files/zh-cn/web/api/xmlhttprequest/send/index.html +++ b/files/zh-cn/web/api/xmlhttprequest/send/index.html @@ -18,7 +18,7 @@ translation_of: Web/API/XMLHttpRequest/send

如果没有使用 {{domxref("XMLHttpRequest.setRequestHeader", "setRequestHeader()")}} 方法设置 {{HTTPHeader("Accept")}} 头部信息,则会发送带有 "* / *" 的{{HTTPHeader("Accept")}} 头部。

-

Note: 请注意不要使用一个简单的AarryBuffer对象作为参数,ArrayBuffer已经不再是ajax规范的一部分,请改用ArrayBufferView(有关信息请参考兼容性列表。)

+

Note: 请注意不要使用一个简单的ArrayBuffer对象作为参数,ArrayBuffer已经不再是ajax规范的一部分,请改用ArrayBufferView(有关信息请参考兼容性列表。)

语法

-- cgit v1.2.3-54-g00ecf