new image src 資源 重複 請求 問題 简体版
原文   原文鏈接
const img = new Image();
img.setAttribute("crossOrigin", 'Anonymous');
img.src = url + '?t=' + new Date().getTime();
imgBg.onload = function() {}
請求路徑後面增長new Date().getTime(),防止瀏覽器重複請求相同資源
相關文章
相關標籤/搜索
每日一句
    每一个你不满意的现在,都有一个你没有努力的曾经。
本站公眾號
   歡迎關注本站公眾號,獲取更多信息