如何从图库目录制作图像随机化器?
我想制作一个图像随机化器/滑块,它随机显示指定图库中的图像,并具有用于查看下一个/上一个图像的控件。我已经看到这样做的情况,图像必须编码到数组中,但我希望能够将图像放入 /img/gallery 目录中,并让随机发生器/滑块从该目录中提取随机图像。
任何人都可以提供一些关于如何执行此操作的指导(可能使用 jQuery),或者向我推荐一个执行类似操作的教程吗?
I would like to make a image randomizer/slider that randomly displays an image from a designated gallery and has controls to view the next/previous image. I have seen this done where images must be coded into arrays, but I would like to be able to just drop images into a /img/gallery directory and have the randomizer/slider pull random images from that directory.
Could anyone offer some guidance on how to do this, possibly using jQuery, or refer me to a tutorial that does something like this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您需要使用 PHP、ColdFusion 或 ASP.NET 等服务器端技术将目录图像读取到数组或列表中...
伪代码:
You would need to use a server-side technology like PHP, ColdFusion, or ASP.NET to read the directory images into an array or list...
pseudocode:
不是 jQuery 程序员,但似乎您可以执行以下操作:
Not a jQuery programmer but seems like you could do this: