@Component struct MyComponent { } |
@Component struct MyComponent { build() { } } |
@Entry @Component struct MyComponent { } |
|
build() { // 反例:不允许声明当地变量 let a: number = 1; } |
build() { // 反例:不允许console.info console.info('print debug log'); } |
build() { // 反例:不允许当地作用域 { ... } } |
build() { Column() { // 反例:不允许使用表达式 (this.aVar > 10) ? Text('...') : Image('...') } } |
欢迎光临 ToB企服应用市场:ToB评测及商务社交产业平台 (https://dis.qidao123.com/) | Powered by Discuz! X3.4 |