Function FileExists(filePath)
Dim fs
Set fs = Server.CreateObject("Scripting.FileSystemObject")
FileExists = fs.FileExists(filePath)
Set fs = Nothing
End Function
3、这段代码仅适用于经典的ASP(Active Server Pages)环境,并不适用于ASP.NET。
确保你的服务器支持ASP,并且有足够的权限来读取和写入文件,以实现访问量统计的功能。