第一次使用PyCharm发现中文注释不能正常使用 中文注释运行就会出现: 加入: #!/usr/bin/python# -*- coding: utf-8 -*-就会正常运行 转载于:https://www.cnblogs.com/frontyou/p/8107883.html