标签:val 过期 pre 网页 意思 har blog article validate
<!-- 禁止浏览器从本地缓存中调阅页面。-->
<meta http-equiv="pragram" content="no-cache">
<!--网页不保存在缓存中。每次訪问都刷新页面。-->
<meta http-equiv="cache-control" content="no-cache, must-revalidate">
<!--同上面意思差点儿相同,必须又一次载入页面-->
<meta http-equiv="expires" content="0">
<!--网页在缓存中的过期时间为0,一旦网页过期,必须从server上又一次订阅-->
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />标签:val 过期 pre 网页 意思 har blog article validate
原文地址:http://www.cnblogs.com/brucemengbm/p/7220850.html