在iframe(这是我的侧边栏)中我有一些链接,点击后,我想根据用户选择更改父页面。如果我刚刚使用href导航,那么我可以使用
轻松完成window.parent.location.href
但是我使用App.navigate代替href进行导航。我的代码看起来像这样
return App.navigate("exercise/" + numberSelected , {
trigger: true,
replace: false
});
我想使用类似的替代方法,例如使用App.navigate。
的window.parent.location答案 0 :(得分:0)
刚刚在游戏机中玩耍并得到答案。
Boolean