python 使用 response.read() 接收 json 数据

1 import json
2  
3 result = response.read()
4 result.decode('utf-8')
5 jsonData = json.loads(result)

 

posted @ 2019-03-04 10:55  salami_china  阅读(2999)  评论(0编辑  收藏  举报