Python 字典两端加引号后如何从新转为字典

须要将一个 python 的字符串转为字典,好比字符串:html user_info = ‘{“name” : “john”, “gender” : “male”, “age”: 28}’python 把它转为下面的字典:web user_dict = {“name” : “john”, “gender” : “male”, “age”: 28}json 一、经过 json 来转换 import
相关文章
相关标签/搜索