import configparser# 加载现有配置文件conf = configparser.ConfigParser()conf.read("DB.ini", encoding="utf-8-sig") #此处是utf-8-sig,而不是utf-8