文件名称:读取配置文件-python cookbook(第3版)高清中文完整版
文件大小:4.84MB
文件格式:PDF
更新时间:2024-06-29 23:06:47
python cookbook 第3版 高清 中文完整版
13.10 读取配置文件 问题 You want to read configuration files written in the common .ini configuration file format. 解决方案 The configparser module can be used to read configuration files. For example, suppose you have this configuration file: