アットウィキロゴ

q2444

import json
f = open('ts.json', 'r')
d = json.load(f)
for x in d:
    p = d[x]['page']
    print(p)
最終更新:2018年01月14日 00:39