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

Update string.md

上级 6dd17cb8
...@@ -363,6 +363,21 @@ console.log(chars[8]); ...@@ -363,6 +363,21 @@ console.log(chars[8]);
<!-- UTSJSON.String.substring.compatibility --> <!-- UTSJSON.String.substring.compatibility -->
**bug&tips**
当前版本android平台 start 与 end 参数声明为Int, 需要将number 参数转换为int
```uts
let a = 1
let b = 2
// 临时解决办法
"hello uts".substring(a.toInt(),b.toInt())
```
这个问题后续会修复
### toLowerCase() ### toLowerCase()
<!-- UTSJSON.String.toLowerCase.description --> <!-- UTSJSON.String.toLowerCase.description -->
...@@ -474,4 +489,4 @@ console.log(sentence.toUpperCase()); ...@@ -474,4 +489,4 @@ console.log(sentence.toUpperCase());
<!-- UTSJSON.String.at.returnValue --> <!-- UTSJSON.String.at.returnValue -->
<!-- UTSJSON.String.at.compatibility --> <!-- UTSJSON.String.at.compatibility -->
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册