240 发简信
IP属地:四川
  • 120
    布局

    1.线性布局DirectionalLayout 属性: ohos:orientation="horizontal"//水平 下生效的对齐方式有:布局位于父布局的位置 ohos...

  • 120
    harmonyOS不同page间的slice的跳转及导航

    一)page跳转到另一个page 1)带参数,不带返回值 在slice中 intent1 =new Intent(); intent1.setParam("data","pa...

  • harmonyOS相同page间的slice之间的跳转

    一.直接跳转 1)第一个slice Intent intent1 =new Intent(); intent1.setParam("type",1); intent1.se...