Loop, 10{ ;10代表10秒后超时
if(存在 := FileExist("文件路径"))
{FileRead, 文件内容, 文件路径不带双引号
msgbox % 文件内容
break
}
else
{sleep 1000
}
}
return
暂无讨论,说说你的看法吧
Loop, 10{ ;10代表10秒后超时
if(存在 := FileExist("文件路径"))
{FileRead, 文件内容, 文件路径不带双引号
msgbox % 文件内容
break
}
else
{sleep 1000
}
}
return
之前