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.
我对网页设计有点陌生,并且正在我公司的内部网站上工作。我被要求构建页面,以更美观的方式显示来自我们内部服务器的内容。不幸的是,我在从站点访问这些目录时遇到了麻烦。理想情况下,我想做的是基于其 UNC 访问相关目录,将内容显示为 php 页面上的链接,并通过链接在本地打开文件(而不是下载)。我知道这样做有一定的限制,但尽可能接近我所描述的会很好。
您可以使用 php 列出文件夹内容(opendir() + readdir()),然后打印链接此目录中的文件(提供 UNC 路径)。