首页 > 技术文章 > img src防缓存

penghq 2019-05-13 12:01 原文

//加时间戳防缓存
var imgurl = "/pcms/headImg/${sessionScope.accountInfo.accountId}_cut.jpg?time="+new Date().getTime();
$('.header-portrait img').remove();
$('.header-portrait').prepend('<img src='+imgurl +
 '\t onerror="javascript:this.src=\'/pcms/headImg/default.jpg\'">');

 

推荐阅读