设置页面缓存在浏览器中的失效日期或时间

代码:

<%

Response.ExpiresAbsolute=#May 05,2001 05:30:30#

%>

<!DOCTYPE html>

<html>

<body>

<p>This page will expire on May 05, 2001 05:30:30!</p>

</body>

</html>

结果:

This page will expire on May 05, 2001 05:30:30!

相关文章