如何把JSON字符串转为字典 stackoverflow连接 可以使用json模块的loads方法: import json d = json.loads(j) print d['glossary']['title']