python 将字符串转换成字典dict 复制代码 代码如下:JSON到字典转化:dictinfo = simplejson loads(json_str) 输出dict类型 字典到JSON转化: python编程 2022-04-03 199 点赞 3 评论 301 浏览