アットウィキロゴ

ぷゆう

import json
path = 'example.txt'
r = [json.loads(line) for line in open(path)]
print(r[0])
最終更新:2017年12月23日 02:31