coding: utf-8 -*- import json f=open("hg.json","r") for line in f: decodes=json.loads(line) print decodes[u"評論數量"] f.close()
確定! 回上一頁