HarmonyOS aa start跳转问题

在这两天使用hdc shell aa start命令的时候,发现有些h5链接如果包含参数使用&符号连接,在跳转的时候会丢失&符号后面的参数,或者识别成shell指令中的&符号。

hdc shell aa start -a MainAbility -b xxx -A ohos.want.action.viewData -U "xxxxx" 

跳转手机浏览器,链接丢失&符号后面的参数。

HarmonyOS
1天前
浏览
收藏 0
回答 1
待解决
回答 1
按赞同
/
按时间
zbw_apple

参数丢失是因为当hdc shell 会去掉最外层双引号,shell读到&时会当做特殊字符,后面的参数不能透传。推荐使用:

hdc shell "aa start -a MainAbility -b xxx -A ohos.want.action.viewData -U 'xxx'" 

这样可以保证uri参数作为一个整体透传下去,参数不会丢失。

分享
微博
QQ
微信
回复
1天前
相关问题
如何使用hdc shell aa start的参数
1046浏览 • 1回复 待解决
Failed to start MySQL Monitor.
3419浏览 • 2回复 待解决
HarmonyOS router跳转问题
550浏览 • 2回复 待解决
HarmonyOS 跳转问题如下
557浏览 • 1回复 待解决
HarmonyOS tabbar跳转问题
42浏览 • 1回复 待解决
HarmonyOS 跳转页面问题
426浏览 • 1回复 待解决
HarmonyOS nav跳转问题
572浏览 • 1回复 待解决
HarmonyOS customScan.start扫码报错1000500001
122浏览 • 1回复 待解决
HarmonyOS 方法点击跳转问题
190浏览 • 1回复 待解决
HarmonyOS dialog弹窗跳转问题
41浏览 • 1回复 待解决
HarmonyOS router路由跳转问题
527浏览 • 0回复 待解决
HarmonyOS 跳转应用市场问题
28浏览 • 1回复 待解决
HarmonyOS CustomDialog跳转其他页面问题
47浏览 • 1回复 待解决
HarmonyOS pushNamedRoute 跳转到hsp问题
499浏览 • 1回复 待解决
HarmonyOS 路由跳转回调问题
385浏览 • 1回复 待解决
HarmonyOS 启动页广告跳转问题
279浏览 • 1回复 待解决
HarmonyOS Navigation动态跳转页面问题
40浏览 • 1回复 待解决
HarmonyOS 页面跳转回调问题
37浏览 • 1回复 待解决
HarmonyOS 页面跳转刷新问题
963浏览 • 1回复 待解决
router 路由跳转相关问题
377浏览 • 1回复 待解决
关于Intent跳转桌面问题
7443浏览 • 1回复 待解决