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.
我只想下载一次图像,而它们是相同的。我需要将这些图像保存在网络流量中。
我如何使用 AJAX 更新来做到这一点。
在此先感谢 Kuldeep Dwivedi
设置你的形象到期。 它将被缓存在客户端浏览器中。
并在 cookie 中保存图像:- 您不能在 cookie 中保存任何对象。您只能在 cookie 中保存字符串。