https://ask.csdn.net/questions/1069413
后来发现SaveAs2方法的Encoding参数必须要写在所定义的第12个参数,才会生效,写在其他位置都不生效。
程序第一行加上 指定编码试试
# encoding: utf-8