未验证 提交 821b7108 编写于 作者: L LiAn 提交者: Gitee

update zh-cn/application-dev/quick-start/arkts-rendering-control.md.

Signed-off-by: NLiAn <lian15@huawei.com>
Signed-off-by: NLiAn <lian15@huawei.com>
上级 b50e3c24
......@@ -34,7 +34,7 @@ Column() {
通过循环渲染(ForEach)从数组中获取数据,并为每个数据项创建相应的组件,可减少代码复杂度。
```
```ts
ForEach(
arr: any[],
itemGenerator: (item: any, index?: number) => void,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册