H50055:html 页面加载完后再加载js文件 ,url带有时间戳后缀

1,

<script>
    (function(){

const now = (new Date()).getTime(); const e = document.createElement('script'); e.setAttribute('src', `asset/js/app.js?t=${now}`); document.body.appendChild(e);
})();
</script>

 

posted @ 2020-08-18 18:05  琥珀君  阅读(359)  评论(0编辑  收藏  举报