设置在页面失效前把页面在浏览器中缓存多少分钟

代码:

<%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!
相关文章