dab64be76680d952的头像-牛翰网
可以接受暂时的失败,但绝对不能接受未曾奋斗过的自己
鸿蒙开发学习笔记-UIAbility-Router页面跳转接口源码分析-牛翰网

鸿蒙开发学习笔记-UIAbility-Router页面跳转接口源码分析

在鸿蒙开发中,UIAbility的跳转使用 router 方法. 在使用的时候需导入 import router from '@ohos.router'; 该方法接口成员如下: 1.interface RouterOptions interface RouterOptions { url: s...