gpt4 book ai didi

javascript - 重定向到从 json 响应中获取的 url

转载 作者:可可西里 更新时间:2023-11-01 00:05:37 25 4
gpt4 key购买 nike

我正在使用 jquery ajax 方法向 php 网页发出 http 请求,作为响应,我正在使用 json,如 {"status":"success","url":"http url"}

在成功函数上,我从 json 重定向到 url,但大多数时候它都失败了。我正在使用以下重定向:

window.location.href = url

当 url 没有其他字符时它工作正常,但当我有 # 或空格或其他一些字符时失败。如果有任何方法可以解决我的问题,请告诉我。

最佳答案

我个人使用

    window.location.replace(url);

Read More - “replace() 方法用新文档替换当前文档window.location.replace() 更好地模拟 http 重定向

还有其他各种选项,例如:

window.location.href = "http://stackoverflow.com";

作为链接点击

关于javascript - 重定向到从 json 响应中获取的 url,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20089022/

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