Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想使用 HTML 将来自 Web 服务器的所有文件或来自 Web 服务器的目录显示到我的 WEB 页面中。 我搜索了很多谷歌,但没有找到任何东西。 有什么建议么?
可能性 1) 激活 DirectoryBrowsing [aka DirectoryListing] (Apache、IIS 和可能所有其他人都支持这个)。 可能性 2) 使用 PHP、JSP、ASP 或任何语言来制作文件列表。
HTML 本身只是一种标记语言,因此仅使用 HTML 是不可能的。