if fs.fileExists(filename) then fs.deletefile(filename) msg="图片删除成功" else msg="图片不存在,删除图片失败" end if
程序是已经删除了图片,但为什么提示 "图片不存在,删除图片失败"
程序好像运行了2次??