从目录收集图像的 javascript 图像滑块
我正在寻找一个图像滑块教程,我知道如何制作一个,但我正在寻找一个能够使滑块搜索指定目录以滚动文件的解决方案。
这可能吗?
I'm looking for an image slider tutorial, well i know how to make one but I am after a solution that is able to make the slider search a specified directory for the files to scroll through.
Is this possible?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
当然,您只需要开发一个后端脚本来扫描请求的目录并返回图像。可能是 .php 脚本,也可能是其他东西。图像数组可以在页面加载时传递,也可以通过 Ajax 请求异步传递。
Sure, you just need to develop a backend script to scan the requested directory and return the images. Could be a .php script, could be something else. Image array can be delivered on page load or asynchronous via an Ajax request.