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.
我正在尝试动态生成指向网络共享上的文件的链接,该链接可在 IE 和 safari 中使用。在 IE 中,href=\\networksharename\foldername\filename工作正常,我们在最初的测试中认为这在 safari 上运行良好,但是我们的 safari 用户报告页面无法显示。这些是pdf文件。我错过了什么吗?
href=\\networksharename\foldername\filename
首先,您应该将反斜杠 (\) 替换为斜杠 (/)。完整的 URL 也可能会有所帮助(类似于 smb://server/shared-folder/...),但我不知道您有什么共享。
股票在 DFS 上吗?MacOS 不支持 DFS。