Open Windancer94 opened 5 years ago
在graph_show.py里网页模板前加一行
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
就好了
网页保存的时候,增加 encoding = 'utf-8'
GraphicShow.py create_html函数改一下编码就可以了 f = open('graph_show.html', 'w+',encoding='utf-8')
运行出来的图谱中是乱码,是什么原因呢?