From fdc77da2ba02ff78b23fc129ec7ee20c0fa28afb Mon Sep 17 00:00:00 2001 From: MDN Date: Thu, 9 Sep 2021 00:49:39 +0000 Subject: [CRON] sync translated content --- files/zh-cn/web/api/bytestring/index.html | 40 ------------------------------- 1 file changed, 40 deletions(-) delete mode 100644 files/zh-cn/web/api/bytestring/index.html (limited to 'files/zh-cn/web/api/bytestring/index.html') diff --git a/files/zh-cn/web/api/bytestring/index.html b/files/zh-cn/web/api/bytestring/index.html deleted file mode 100644 index 7c3c0d004f..0000000000 --- a/files/zh-cn/web/api/bytestring/index.html +++ /dev/null @@ -1,40 +0,0 @@ ---- -title: ByteString -slug: Web/API/ByteString -tags: - - API - - DOM - - String - - WebIDL - - 参考 - - 字符串 -translation_of: Web/API/ByteString ---- -

{{APIRef("DOM")}}

- -

ByteString 是一个可以对应所有可能的字节序列的 UTF-8 字符串。在 JavaScript 中,当返回时 ByteString 时,它会映射到一个 {{jsxref("String")}} 上去; 通常,只有在和一些协议交互,进行字节和字符串的相互转换时,它才会被用到,例如 HTTP 协议。

- -

规范

- - - - - - - - - - - - - - -
规范状态备注
{{SpecName('WebIDL', '#idl-ByteString', 'ByteString')}}{{Spec2('WebIDL')}}Initial definition.
- -

参见

- - -- cgit v1.2.3-54-g00ecf