使用Python模块configparser模块用法 1)参考1 2)补充:官方documentation 1)使用前,先安装pip install ConfigParser; import configparser; 2)配置文件格式:.conf; .ini; 3)