提交 3925292f 编写于 作者: 杜庆泉's avatar 杜庆泉

Update string.md

上级 5f726d88
...@@ -20,6 +20,22 @@ String 全局对象是一个用于字符串或一个字符序列的构造函数 ...@@ -20,6 +20,22 @@ String 全局对象是一个用于字符串或一个字符序列的构造函数
"한국어" "한국어"
``` ```
## 静态方法
### fromCharCode(...codes : number[]):string
<!-- UTSJSON.String.fromCharCode.description -->
<!-- UTSJSON.String.fromCharCode.param -->
<!-- UTSJSON.String.fromCharCode.returnValue -->
<!-- UTSJSON.String.fromCharCode.test -->
<!-- UTSJSON.String.fromCharCode.compatibility -->
## 实例属性 ## 实例属性
...@@ -684,20 +700,6 @@ let b = 2 ...@@ -684,20 +700,6 @@ let b = 2
<!-- UTSJSON.String.tutorial --> <!-- UTSJSON.String.tutorial -->
## 静态方法
### fromCharCode(...codes : number[]):string
<!-- UTSJSON.String.fromCharCode.description -->
<!-- UTSJSON.String.fromCharCode.param -->
<!-- UTSJSON.String.fromCharCode.returnValue -->
<!-- UTSJSON.String.fromCharCode.test -->
<!-- UTSJSON.String.fromCharCode.compatibility -->
## Android 平台实现 ## Android 平台实现
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册