We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
运行出来的图谱中是乱码,是什么原因呢?
The text was updated successfully, but these errors were encountered:
在graph_show.py里网页模板前加一行
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
就好了
Sorry, something went wrong.
网页保存的时候,增加 encoding = 'utf-8'
GraphicShow.py create_html函数改一下编码就可以了 f = open('graph_show.html', 'w+',encoding='utf-8')
No branches or pull requests
运行出来的图谱中是乱码,是什么原因呢?
The text was updated successfully, but these errors were encountered: