摘要: 首页 // Index.ets // 导入页面路由模块 import router from '@ohos.router'; @Entry @Component struct Index { @State message: string = 'Hello World' build() { Row() 阅读全文
posted @ 2023-11-27 22:01 菜鸟de博客 阅读(28) 评论(0) 推荐(0)