zoukankan      html  css  js  c++  java
  • meate 标签使用介绍

       
    //禁止浏览器从本地计算机的缓存中访问内容
      <
    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">
  • 相关阅读:
    python10.31
    python10.29
    python10.28
    python10.27
    python10.25
    python10.24
    python10.23
    四边形不等式与决策单调
    0x57~0x59
    0x55~0x56
  • 原文地址:https://www.cnblogs.com/zouqin/p/5672652.html
Copyright © 2011-2022 走看看