import configparser cf = configparser.ConfigParser() cf.read("C:\\Users\\89426\\PycharmProjects\\s14\\primerpy\\myconfig.ini") # 读取配置文件,如果写文件的绝对路径,就可以不用os模块
Python3 读取配置文件
原文:https://www.cnblogs.com/qiqi-yhq/p/11778582.html