举报
While 1 $dengdai = FileExists("C:\1.txt") If $dengdai = 1 Then FileDelete("C:\1.txt") ;如果想删除后立即退出加上ExitLoop ;ExitLoop EndIf WEnd
do sleep(3000) Until FileDelete("C:\1.txt")
While 1 If FileExists("C:\1.txt") Then FileDelete("C:\1.txt") Sleep(200) WEnd
本版积分规则 发表回复 回帖后跳转到最后一页
|手机版|小黑屋|AUTOIT CN ( 鲁ICP备19019924号-1 )谷歌 百度
GMT+8, 2025-3-10 00:03 , Processed in 0.092518 second(s), 23 queries .
Powered by Discuz! X3.5 Licensed
© 2001-2024 Discuz! Team.