为了账号安全,请及时绑定邮箱和手机立即绑定

requests.post中没有json参数呐 如何解决?是requests版本问题?

TypeError: request() got an unexpected keyword argument 'json'

>>> help(requests.post)

Help on function post in module requests.api:


post(url, data=None, **kwargs)

    Sends a POST request. Returns :class:`Response` object.

    

    :param url: URL for the new :class:`Request` object.

    :param data: (optional) Dictionary, bytes, or file-like object to send in the body of the :class:`Request`.

    :param \*\*kwargs: Optional arguments that ``request`` takes.


正在回答

2 回答

赶集网

0 回复 有任何疑惑可以回复我~

那可能是你这个版本的问题.在data参数后面少个 json=none

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消
Python-走进Requests库
  • 参与学习       38732    人
  • 解答问题       106    个

python类库中,requests是一件利器,想深入了解一起来学吧

进入课程

requests.post中没有json参数呐 如何解决?是requests版本问题?

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信