15
ConfigParserのリスト
典型的なConfigParser生成ファイルは次のようになります。 [Section] bar=foo [Section 2] bar2= baz 今、たとえば次のようなリストにインデックスを付ける方法があります: [Section 3] barList={ item1, item2 } 関連質問:セクションごとのPythonのConfigParser一意キー
182
python
configparser