gpt4 book ai didi

python - 如何进行重定向并保留查询字符串?

转载 作者:IT老高 更新时间:2023-10-28 21:18:43 25 4
gpt4 key购买 nike

我想进行重定向并保留查询字符串。 self.redirect 之类的东西加上发送的查询参数。这可能吗?

最佳答案

newurl = '/my/new/route?' + urllib.urlencode(self.request.params)
self.redirect(newurl)

关于python - 如何进行重定向并保留查询字符串?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10569768/

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