txt 文档的样式: ... jsonfile = json.loads(f) f.close(). data = [] ... import json with open('a.txt') as f: d = json.load(f) print(d).
確定! 回上一頁