字符串 转 json import json jsonData = '{"a":1,"b":2,"c":3,"d":4,"e":5}'; text = json.loads(jsonData) print(text) 相关文章: 2021-10-07 2022-01-18 2022-12-23 2022-02-07