python中configparser

可以快速上手的开发文档

#python中configparser
python中configparser

详解Python读取配置文件模块ConfigParser

1,ConfigParser模块简介假设有如下配置文件,需要在Pyhton程序中读取$catconfig.ini[db]db_port=3306db..