赞
踩
可分为无参和必选有参设置
- Column() {
- Text('item 1')
- Divider() // No parameter configuration of the divider component
- Text('item 2')
- }
- Image('http://lxj/a.jpg')
-
- Text('lxj')
基本都是通过组件.属性或属性.属性的方式设置属性,例如:
- Image('lxj.jpg')
- .alt('lxj.jpg')
- .width(100)
- .height(100)
- Button('test')
- .onClick(() => {
- ...
- })
注:最后必须使用bi
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。