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.
它在这个示例中使用 javascript 的常见地方:
示例:http ://www.htmlite.com/JS019.php
我的问题是:第二张图片是每次下载还是在页面第一次加载时缓存。如果是这样,服务器如何知道缓存图像?
您是在询问图像是缓存在浏览器中还是在服务器中?
在这两种情况下,如果缓存打开,答案都是肯定的。
基本上,您的服务器在收到来自客户端的要求下载此图像的请求时,知道必须将图像放入缓存中。因此,无论是否在您的 HTML 页面上使用 javascript,行为都是相同的。显然,这只适用于在服务器上激活缓存的情况。