<html> <body><% Set fs = Server.CreateObject("Scripting.FileSystemObject") Set rs = fs.GetFile(Server.MapPath("/example/aspe/demo_aspe_lastmodified.html")) modified = rs.DateLastModified %>
本文件的最后修改时间是:<%response.write(modified) Set rs = Nothing Set fs = Nothing %>
</body> </html>