asp判断图片存在 未分类 2008-03-28 1972 asp判断图片存在,asp判断是否存在图片比如图片:a.jpg Set fso = CreateObject("Scripting.FileSystemObject") path=server.mappath("/img/a.jpg") If (fso.FileExists(path)) Then response.write "ok" else response.write "no" end if 上一篇 asp备份数据库(access) 下一篇 ASP操作Mysql