diff options
Diffstat (limited to 'files/zh-cn/web/javascript/reference/global_objects/string/fromcodepoint/index.html')
-rw-r--r-- | files/zh-cn/web/javascript/reference/global_objects/string/fromcodepoint/index.html | 9 |
1 files changed, 4 insertions, 5 deletions
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 <dl> <dt><code>num1, ..., num<em>N</em></code></dt> <dd>一串 Unicode 编码位置,即“代码点”。</dd> - <dt> - <h3 id="返回值">返回值</h3> - - <p>使用指定的 Unicode 编码位置创建的字符串。</p> - </dt> </dl> +<h3 id="返回值">返回值</h3> + +<p>使用指定的 Unicode 编码位置创建的字符串。</p> + <h3 id="异常">异常</h3> <dl> |