import json jsonobject = json.load(file(\'1222508030.json\')) cnt = 0 for ele in jsonobject[\'result\']: cnt = cnt + 1 print("\n%d#" % cnt) print(ele[\'content\'][\'text\']) raw_input() 相关文章: 2021-06-30 2021-08-04 2021-07-11 2022-12-23 2022-12-23 2022-12-23