我正在尝试.ini使用以下格式读取文件:
.ini
[SectionName] total=4 [AnotherSectionName] total=7 [OtherSectionName] total=12
基本上我想从.ini文件中打印出某些值,例如总数下面OtherSectionName跟着总数AnotherSectionName.
OtherSectionName
AnotherSectionName
windows ini cmd batch-file
batch-file ×1
cmd ×1
ini ×1
windows ×1