gpt4 book ai didi

angular - 在 Angular 2 的 URL 中包含 "?"和 "="

转载 作者:太空狗 更新时间:2023-10-29 18:16:40 26 4
gpt4 key购买 nike

在 Angular 2 中,如何在 URL 中包含问号和等号?我尝试了以下两种方式:

在 html 中:

routerLink="./Example?tour=true"

在 TypeScript 中:

this.router.navigate(['/Example?tour=true']);

两个例子的结果都是:/Example%3Ftour%3Dtrue

如何让我的 URL 以我想要的方式工作和显示?

最佳答案

我相信这就是您正在寻找的:添加 queryParams 对象。

this.router.navigate(['/Example'], {queryParams:{tour:true}});

编辑:记录在这里:https://angular.io/docs/ts/latest/api/router/index/NavigationExtras-interface.html#!#queryParams-anchor

关于angular - 在 Angular 2 的 URL 中包含 "?"和 "=",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42146448/

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