python相关:1. 设置编码:import sysreload(sys)sys.setdefaultencoding('utf-8')
开头设置: # -*- coding: utf-8 -*-
一般涉及到中文是 直接将编码设置为gbk