摘要:
Python load json file with UTF-8 BOM header - Stack Overflow 12 down voteacceptedYou can open with codecs:import jsonimport codecsjson.load(codecs.open('sample.json','r','utf-8-sig'))or decode with ut... 阅读全文
posted @ 2014-05-16 06:51
lexus
阅读(684)
评论(0)
推荐(0)
浙公网安备 33010602011771号