アットウィキロゴ

q22777

import json
f = open('ts.json', 'r')
d = json.load(f)
print('{}'.format(d['book1']['page']))
最終更新:2018年01月14日 00:36