使用ajax/javascript扫描目录中的文件

发布于 2024-10-01 22:06:34 字数 114 浏览 5 评论 0原文

我是 javascript 和 ajax 的初学者。我想用 ajax 来填充我的标签,其中 特定目录的内容。

ajax 中是否有像 php 中那样的 opendir() fxn ? 我从哪里开始?

Im a beginner of javascript and ajax. and i would like to use
ajax to populate my tag with which are the
content of a particular directory.

is there such opendir() fxn in ajax just like in php?
Where do i start from here?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

幻梦 2024-10-08 22:06:34

由于您使用ajax访问PHP,因此您可以从一个简单的开始ajax请求并返回scandir结果。

初学者的快速指南可以在 这个问题,应该可以让您开始。

Since you use ajax to access PHP, you can start with a simple ajax request and return the scandir results.

A quick guide for beginners can be found in this question, which should start you on your way.

少年亿悲伤 2024-10-08 22:06:34

不,无法列出服务器或客户端目录中的文件。您可以为此创建一个服务器包装器脚本,但最好在更高级别上处理它(例如返回资源列表,同时不公开资源的实现)。

No, there is no way to list files in either a server or client directory. You can make a server wrapper script for this, but it may be better to approach it at a higher level (e.g. return a list of resources, while not exposing the implementation of a resource).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文