how to clear or replace a cached image

后端 未结 20 1567
囚心锁ツ
囚心锁ツ 2020-11-29 02:04

I know there are many ways to prevent image caching (such as via META tags), as well as a few nice tricks to ensure that the current version of an image is shown with every

20条回答
  •  失恋的感觉
    2020-11-29 02:17

    You can append a random number to the image which is like giving it a new version. I have implemented the similar logic and it's working perfectly.

    
    

提交回复
热议问题