解决pycharm无法输入中文问题
1、依次点击【File】---【Setting】---【Editor】---【File Encoding】页面,设置global 和project encoding为UTF-8
2、依次点击【File】---【Setting】---【Editor】---【File and Code Templates】,点击右边的【python script】,在编辑框中输入:#-*-coding:utf-8-*-,保存设置
3、重启pycharm即可
相关文章教程推荐:pycharm教程
pycharm实现汉化的方法:1、先下载汉化包下载地址:https://github.com/linzhenyuyuchen/Others/2、将resources_cn.jar放到安装目录下的lib目录下即可。 ...