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.
如何将纯文本电子邮件中的链接编码到带有空格的本地网络资源。
例如,这只会突出显示“文件”一词,而不是“文件名”
\\SERVER\share\file name
然而,如果我这样做
\\SERVER\share\file+name or \\SERVER\share\file%20name
然后 Windows 资源管理器无法正确识别路径。
我意识到不同的邮件客户端会以不同的方式处理事情,但是有没有标准的方法来编码本地网络资源?
谢谢
用尖括号 <\server\share> 将资源括起来 在 2007 年为我工作 Marcus
我确定您可以将其作为实际的 URL,例如 file://\SERVER\share/file+name。