我正在尝试从文本文件中获取存储在列表中的字典
找了个json函数,可以把字符串分开保存在一个列表中(字典列表),不知道有没有这样的。
文本:
[{"Principal": ["Jhon","Anderson","40"]}, {"Secretary": ["Marie","Garcia","29"]},{"Councilor": ["Alan", "Smith","33"]}]
py代码:
stringvar=textfile.read()
// for or 函数如下
dictionaries=json.loads(textfile.read())
otherlist=dictionaries
弑天下
相关分类