15
ConfigParser中的列表
典型的ConfigParser生成的文件如下所示: [Section] bar=foo [Section 2] bar2= baz 现在,有一种方法可以索引列表,例如: [Section 3] barList={ item1, item2 } 相关问题:每节Python的ConfigParser唯一键
180
python
configparser