使用 jQuery 从数组加载图像
我有一个数值数组,并且希望使用 jQuery 预加载基于该数组的图像。例如,如果数组为 ["1", "5", "8", "23"]
,我想预加载以下图像:
/images/1.jpg
/images/5.jpg
/images/8.jpg
/images/23.jpg
实现此目的的最佳方法是什么?
I have an array of numerical values and, using jQuery, would like to preload images based on that array. For example, if the array is ["1", "5", "8", "23"]
, I'd like to preload the following images:
/images/1.jpg
/images/5.jpg
/images/8.jpg
/images/23.jpg
What's the best way to accomplish this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
来源
Source