request.json 打印中文乱码解决

print json.dumps(response.json(),ensure_ascii=False)

原文地址:https://www.cnblogs.com/kaibindirver/p/14120215.html