img src防缓存
Posted penghq
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了img src防缓存相关的知识,希望对你有一定的参考价值。
//加时间戳防缓存 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\‘">‘);
以上是关于img src防缓存的主要内容,如果未能解决你的问题,请参考以下文章
imgwarp.cpp:3143: error: (-215:Assertion failed) _src.total() > 0 in function ‘warpPerspective‘(代码片段