你直接打印dict当然是内部编码,你要用for k,v in d.items(): print k,v就会输出实际编码。
import josnresult=json.dumps(Dict,encoding='UTF-8',ensure_ascii=False)