设置页面在失效前在浏览器中缓存时间
代码:
<%Response.Expires=-1%><!DOCTYPE html>
<html>
<body>
<p>This page will be refreshed with each access!</p>
</body>
</html>
结果:
This page will be refreshed with each access!
相关文章
- ASP 程序
- ASP TextStream 对象
- 在自己的 PC 上运行 ASP
- ASP Column 属性
- ASP SkipLine 方法
- ASP Write 方法
- ASP Attributes 属性
- ASP SubFolders 集合
- ASP IsRootFolder 属性
- ASP Count 属性
- ASP Exists 方法
- ASP Keys 方法
- ASP TotalBytes 属性
- ASP FolderExists 方法
- ASP GetDrive 方法
- ASP GetParentFolderName 方法
- ASP.NET HtmlInputCheckBox 控件
- ASP.NET HtmlSelect 控件
- POST表单
- 控制缓冲区