# Auther: Aaron Fan# 加载文件中的数据import jsonwith open('test.txt','r',encoding='utf-8') as f: info = json.loads(f.read())print(info)