【发布时间】:2020-03-27 15:20:57
【问题描述】:
当我使用 Postman 向我的 django 服务器发送 post 请求时,我收到 request.body 类似于 user=abc&pwd=123,而不是 json 当我使用我的 android 应用程序向我的 django 服务器发送一个发布请求时,我也收到了 request.body,比如 user=abc&pwd=123 如何在python中将user=abc&pwd=123这种格式解析成json?
【问题讨论】:
-
Stackoverflow 不是代码编写服务,因此请分享您的minimal example 或通过您所做的其他努力更新您的问题。