diff options
Diffstat (limited to 'files/zh-cn/web/javascript/reference/global_objects/string/index.html')
-rw-r--r-- | files/zh-cn/web/javascript/reference/global_objects/string/index.html | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/files/zh-cn/web/javascript/reference/global_objects/string/index.html b/files/zh-cn/web/javascript/reference/global_objects/string/index.html index 6b8d96b0ac..8a6daf8511 100644 --- a/files/zh-cn/web/javascript/reference/global_objects/string/index.html +++ b/files/zh-cn/web/javascript/reference/global_objects/string/index.html @@ -217,9 +217,6 @@ console.log(eval(s2)); // returns the string "2 + 2" <dl> <dt>{{jsxref("String.fromCharCode()")}} </dt> <dd> <strong>通过一串 Unicode 创建字符串。</strong></dd> -</dl> - -<dl> <dt>{{jsxref("String.fromCodePoint()")}} {{experimental_inline}}</dt> <dd>通过一串 码点 创建字符串。</dd> </dl> |