python2.x 脚本 中文乱码 解决方法

在python脚本起始位置添加如下代码

# -*- coding: UTF-8 -*

  

原文地址:https://www.cnblogs.com/lvlin241/p/9384971.html