1.json文件中文解码: #!/usr/bin/python #coding=utf-8 #author=dahu import json with open('huxiu.json','r') as f: data=json.load(f) print data[0]['title'] for Read More
posted @ 2017-09-15 21:51 dahu1 Views(3086) Comments(0) Diggs(0) Edit