标签: javascript angularjs
ng-src="http_url_image" 我在本地商店存储来自服务器的数据,但是关于图像,我想在用户离线时将它们存储在缓存中。 缓存是否自动存储它们? 我发现了一个重复的问题,但它没有解决我的问题,因为我只想缓存我的图像,因为我的数据会在网络恢复时更新。 Are cached images loaded by the browser when offline?
ng-src="http_url_image"