gpt4 book ai didi

cakephp 2 使用主题标签重定向 url

转载 作者:行者123 更新时间:2023-12-04 22:50:06 24 4
gpt4 key购买 nike

我正在尝试使用 cakephp 的重定向 Controller 功能重定向包含主题标签 (#) 的 url。

当我使用此代码时,它会对主题标签进行 url 编码

$this->redirect(array('action' => 'index',$menuItem."#article_id_".$created_id));

output: http://something.com/link%23article_id_62

有没有办法

最佳答案

您需要使用 # key :

$this->redirect([
// ...
'#' => 'article_id_' . $created_id,
]);

关于cakephp 2 使用主题标签重定向 url,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8615516/

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