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

Update data-type.md

上级 6cccd25a
......@@ -370,7 +370,10 @@ array1.forEach((element:string, index:number) => {
- 专有数组类型定义方式
```ts
// kotlin.collections.List
let kotlinList= mutableListOf("hello","world")
// kotlin.Array
let kotlinArray = arrayOf("hello","world")
```
- 专有数组类型 转 Array
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册