From d44f5032d0f53256b2d5aef505d6b593fd3cd158 Mon Sep 17 00:00:00 2001 From: Irvin Date: Wed, 16 Feb 2022 02:14:18 +0800 Subject: fix yari h2m dry run errors (zh-CN) --- .../reference/global_objects/string/fromcodepoint/index.html | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'files/zh-cn/web/javascript/reference/global_objects/string/fromcodepoint') diff --git a/files/zh-cn/web/javascript/reference/global_objects/string/fromcodepoint/index.html b/files/zh-cn/web/javascript/reference/global_objects/string/fromcodepoint/index.html index d7c6ad0ccd..5a8a4a6c14 100644 --- a/files/zh-cn/web/javascript/reference/global_objects/string/fromcodepoint/index.html +++ b/files/zh-cn/web/javascript/reference/global_objects/string/fromcodepoint/index.html @@ -20,13 +20,12 @@ translation_of: Web/JavaScript/Reference/Global_Objects/String/fromCodePoint
num1, ..., numN
一串 Unicode 编码位置,即“代码点”。
-
-

返回值

- -

使用指定的 Unicode 编码位置创建的字符串。

-
+

返回值

+ +

使用指定的 Unicode 编码位置创建的字符串。

+

异常

-- cgit v1.2.3-54-g00ecf