gpt4 book ai didi

javascript 相当于 angularjs $state.go

转载 作者:行者123 更新时间:2023-11-30 17:01:15 27 4
gpt4 key购买 nike

我想通过默认 JavaScript 实现以下输出(不使用 Angularjs。

我的 Angularjs 路由中有这个

$state.go('app.show', {id: 3});

我只想使用纯JavaScript重定向到相同的路径,(我在浏览器中得到的路径是#/app/show/3

我做了以下

window.location.href = "#/app/show/3" 但它不起作用。

最佳答案

#之后的部分是location.hash属性,所以应该是:

window.location.hash = '/app/show/3';

关于javascript 相当于 angularjs $state.go,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28811545/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com