Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
删除加载新图像后,它会出现以前的图像(已删除)。 如何清除 jquery 或 php 中的缓存或 cookie?应该有出现新的画面吧。
见图片:
为了防止您的图像被缓存,您可以将服务器端随机字符串附加到图像 SRC:
<img src="images/image.jpg?5888279301" alt="Hello Areku" />
或服务器时间字符串