<!DOCTYPE html> <html> <head> <meta charset="utf-8" />
<!--设置过期时间设置0为直接过期并清除缓存--> <meta http-equiv="Expires" content="0">
<!--设置不缓存页面--> <meta http-equiv="Pragma" content="no-cache"> <!--设置不修改消息存储-->
<meta http-equiv="Cache-control" content="no-cache"> <!--同上--> <meta
http-equiv="Cache" content="no-cache"> <title>test</title> </head> <body> <div
id="test"> </div> </body> <script type="text/javascript">
//js后缀加个时间戳每回更新都会改变,浏览器视其为新的js不会进行缓存 document.write('<script
type="text/javascript" src="js/test.js?time='+new
Date().getTime()+'"><'+'/'+'script>'); //css也同上 document.write('<link
rel="stylesheet" href="css/test.css?time=' + new Date().getTime() + '"/>');
</script> </html>

友情链接
KaDraw流程图
API参考文档
OK工具箱
云服务器优惠
阿里云优惠券
腾讯云优惠券
华为云优惠券
站点信息
问题反馈
邮箱:[email protected]
QQ群:637538335
关注微信