1. 程式人生 > >Python Requests post並將得到結果轉換為json

Python Requests post並將得到結果轉換為json

request blog req pre AS log details class ocs

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