您的位置:首页 > 其它

meate 标签使用介绍

2016-07-15 10:18 134 查看
  
//禁止浏览器从本地计算机的缓存中访问内容
  <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">
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: