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

Update array.md

上级 1d9581b3
......@@ -593,6 +593,13 @@ console.log(Array.isArray(new Int16Array([15, 33])));
<!-- UTSJSON.Array.tutorial -->
## android 平台特有方法
* 目前 Array 类型编译到 kotlin 为 io.dcloud.uts.UTSArray, 该类继承自 `java.util.ArrayList`,所有java /kotlin 为其提供的扩展函数(如:toTypedArray 等),均可以正常调用。
## 常见操作
- 创建数组
......@@ -681,7 +688,4 @@ const shallowCopy = fruits.slice() // this is how to make a copy
console.log(arr.0) // a syntax error
```
## Bug & Tips@tips
* 目前 Array 类型编译到 kotlin 为 io.dcloud.uts.UTSArray, 该类继承自 `java.util.ArrayList`,所有java /kotlin 为其提供的扩展函数(eg:toTypedArray 等),均可以正常调用。
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册