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.
这可能吗?我可以在我的网络服务器上创建一个名为 /gamelevels/ 且扩展名为 .gamelevel 的文件夹,在其中指向一个 URL 并从那里检索所有 .gamelevel 文件吗?java中似乎不存在这样的东西(谷歌搜索/ SO)。
某些服务器配置为在提供目录的 URL 时提供内容的 HTML 列表。如果服务器提供该列表,则客户端可以解析列表中的内容。
服务器提供该列表被认为是一个安全漏洞。