提交 03a590f9 编写于 作者: D DCloud_LXH

feat(uts): 添加 array includes 方法占位

上级 75640353
...@@ -546,6 +546,16 @@ console.log(Array.isArray(new Int16Array([15, 33]))); ...@@ -546,6 +546,16 @@ console.log(Array.isArray(new Int16Array([15, 33])));
<!-- UTSJSON.Array.isArray.compatibility --> <!-- UTSJSON.Array.isArray.compatibility -->
### includes(searchElement, fromIndex?)
<!-- UTSJSON.Array.includes.description -->
<!-- UTSJSON.Array.includes.param -->
<!-- UTSJSON.Array.includes.returnValue -->
<!-- UTSJSON.Array.includes.compatibility -->
## 常见操作 ## 常见操作
- 创建数组 - 创建数组
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册