功能
从指定文件中删除字符串和从指定文件中增加字符串。
格式
AddTextList 文件位置 字符串
DelTextList 文件位置 字符串
示例
增加字符串
[@Test老格式]
#IF
#ACT
AddTextList ..\TestList.txt 您的名字
[@Test新格式]
#IF
#ACT
AddTextList ..\TestList.txt 您的名字 您的性别
删除字符串
[@Test老格式]
#IF
#ACT
DelTextList ..\TestList.txt 您的名字
[@Test1新格式]
#IF
#ACT
DelTextList ..\TestList.txt 您的名字 您的性别