功能:
从指定文件中删除字符串和从指定文件中增加字符串。
格式:
AddTextList 文件位置 字符串
DelTextList 文件位置 字符串
;==========================================
;增加字符串
[@Test]
#IF
#ACT
AddTextList ./TestList.txt 您的名字
;==========================================
;==========================================
;删除字符串
[@Test]
#IF
#ACT
DelTextList ./TestList.txt 您的名字
;==========================================
|
|