Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何向 django 中的请求对象添加一个值,以便在重定向时可用。我正在尝试注册用户,然后将他们重定向到贝宝链接进行付款。我想将用户 ID 传递给贝宝提交,但不知道如何传递值。
我能够在会话字典中设置一个变量,它工作得很好。