===========================================================
让HTML页面不缓存
===========================================================
作者: iceling2008(http://iceling2008.itpub.net)
发表于:2006.11.16 15:31
分类: .NET
出处:http://iceling2008.itpub.net/post/13270/229600
---------------------------------------------------------------
发表于:2006.11.16 15:31
分类: .NET
出处:http://iceling2008.itpub.net/post/13270/229600
---------------------------------------------------------------
<META HTTP-EQUIV="pragma" CONTENT="no-cache">
<META HTTP-EQUIV="Cache-Control" CONTENT="no-cache, must-revalidate">
<META HTTP-EQUIV="expires" CONTENT="Wed, 26 Feb 1997 08:21:57 GMT">
<META HTTP-EQUIV="Cache-Control" CONTENT="no-cache, must-revalidate">
<META HTTP-EQUIV="expires" CONTENT="Wed, 26 Feb 1997 08:21:57 GMT">






