•        OS : Windows 10 Version 21H1
  •       AutoIt : v3.3.16.0
  •        blog : 师万物
  •  typesetting : Markdown

script

[section]
key1=value1
key2=value2
key3=value3
[section1]
key1=value1
key2=value2
key3=value3

#comments-start
IniDelete ( "filename", "section" [, "key"] )
Deletes a value from a standard format .ini file.
#comments-end

;删除单个kv
IniDelete(@DesktopDir & "\my.ini" , "section" , "key1" ) 

;删除整个section1
IniDelete(@DesktopDir & "\my.ini" , "section1") 

Go

>"D:\Develop\AutoIt3\SciTE\..\AutoIt3.exe" /ErrorStdOut "E:\autoit\demo.au3"    
>Exit code: 0
  • ini
[section]
key2=value2
key3=value3

学习资源


感恩曾经帮助过 师万物 的人。 学习AutoIt时,要多看官方的帮助文档,很有帮助的。 学有余力的话,可以了解CMD、VBA、PowerShell和RPA。 欢迎关注公众号:悟为生心