1 import json 2 3 result = response.read() 4 result.decode('utf-8') 5 jsonData = json.loads(result) 相关文章: 2021-11-27 2022-12-23 2022-12-23 2022-12-23 2022-12-23 2022-12-23 2022-01-06