典型的ConfigParser生成的文件如下所示:
[Section] bar=foo [Section 2] bar2= baz
现在,有没有办法索引列表,例如:
[Section 3] barList={ item1, item2 }
相关问题:每个部分Python的ConfigParser唯一键
python configparser
configparser ×1
python ×1