标签:原理 升级 速度 nbsp The 因此 meta 时间 val
随机数
/* 图片的路径+图片名+随机数=图片的版本号更替 */ $("#pic_code").attr(‘src‘,‘/static/img/verify_code.png‘+‘?temp=‘ + Math.random()); /* Math.random() 只能在Javascript 下起作用 */ <script type="text/javascript" src="core.js?v=20140829"></script>
/*时间*/
?v=new Date().getTime();
meta
<meta http-equiv="pragma" content="no-cache" /> <meta http-equiv="content-type" content="no-cache, must-revalidate" /> <meta http-equiv="expires" content="Wed, 26 Feb 1997 08:21:57 GMT"/>
ajax
cache:false
beforeSend :function(xmlHttp){ xmlHttp.setRequestHeader("If-Modified-Since","0"); xmlHttp.setRequestHeader("Cache-Control","no-cache"); }
replace
<script language="javascript"> function jump(){ window.location.replace("b.html"); } </script>
标签:原理 升级 速度 nbsp The 因此 meta 时间 val
原文地址:https://www.cnblogs.com/O-OK/p/9167151.html