Python Requests post并将得到结果转换为json

Posted stono

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Python Requests post并将得到结果转换为json相关的知识,希望对你有一定的参考价值。

Python Requests post并将得到结果转换为json

学习了:https://blog.csdn.net/sinat_28680819/article/details/70940325  念念碎

学习了:http://docs.python-requests.org/zh_CN/latest/user/advanced.html

    response = requests.get(url)
    response.encoding = gb18030
    json = response.json()

 

以上是关于Python Requests post并将得到结果转换为json的主要内容,如果未能解决你的问题,请参考以下文章

使用 json.dumps 时 requests.post 失败 [重复]

Python爬虫 | 爬取酷我音乐并下载——requests库之GET方法(免费听歌!!!)

python的基础爬虫(利用requests和bs4)

python+requests——post提交文件

python+requests——发送post请求——各种情况

使用Python中的'requests'模块发出POST请求