new Image().src资源重复请求问题2024-02-29 17:22:40const img = new Image(); img.setAttribute("crossOrigin", 'Anonymous'); img.src = url + '?t=' + new Date().getTime(); imgBg.onload = function() {} 请求路径后面增加new Date().getTime(),防止浏览器重复请求相同资源上一篇:[转]Android在初始化时弹出popwindow的方法 .下一篇:Python编程规范及性能优化(转载)