python 中文处理

python里面要处理中文,在模块首行加上以下:(注意要写在第一行,各种注释和import前面)

#-*-coding:utf-8-*-

原文地址:https://www.cnblogs.com/peterpanzsy/p/2992251.html