//禁止浏览器从本地计算机的缓存中访问内容
  <
meta http-equiv="pragma" content="no-cache"> 

//清楚缓存(在次访问网站重新下载)
<meta http-equiv="cache-control" content="no-cache">

//设定网页的到期时间 <meta http-equiv="expires" content="0">

//关键字给搜索引擎使用 <meta http-equiv="keywords" content="keyword1,keyword2,keyword3">

//页面描述 <meta http-equiv="description" content="This is my page">

 

相关文章: