首页 前端知识 html 解决css样式 缓存 ---css引入添加时间戳

html 解决css样式 缓存 ---css引入添加时间戳

2024-02-05 11:02:44 前端知识 前端哥 322 198 我要收藏

 通过js 对引入的css添加时间戳

<script type="text/javascript">
        document.write("<link rel='stylesheet' type='text/css' href='./style/base.css?v=" + new Date().getTime() + "'>");
        document.write("<link rel='stylesheet' type='text/css' href='./style/index.css?v=" + new Date().getTime() + "'>");   
    </script>

转载请注明出处或者链接地址:https://www.qianduange.cn//article/1328.html
评论
发布的文章

Web10--jQuery进阶

2024-02-19 09:02:46

大家推荐的文章
会员中心 联系我 留言建议 回顶部
复制成功!