本地网络共享的 HTML 链接
为什么这些链接不起作用?如果我在 FF 或 Chrome 中点击它们,什么也不会发生 - 它甚至不会尝试打开它们!
<a href="file://someshare/dir/subdir/file.txt">Linky</a>
<a href="file:////someshare/dir/subdir/file.txt"> Linky</a>
<a href="file://\\someshare\dir\subdir\file.txt">Linky</a>
有什么想法吗?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
一般来说,这是禁用的,因为它存在安全风险。另请参阅这个问题:
跨浏览器链接到本地系统上的文件,以及sleske 提供的链接 这里。
In general, this is disabled because it is a security risk. See also this question:
Cross-browser link to file on local system, and the link provided by sleske to here.
这是一个老事,但好东西——仍然经常出现。
两种浏览器(FireFox 和 Chrome)都有扩展程序可以让您访问本地链接:
Chrome - 本地链接
Firefox - 本地链接
This is an oldie, but goodie -- still comes up quite often.
There are extensions for both browsers (FireFox & Chrome) that can allow you to access local links:
Chrome - Locallink
Firefox - LocalLink
Peter 已经找到了答案,但仅供参考,您应该在 FF 的错误控制台(可从“工具”菜单中找到)中找到类似以下内容的内容:
Peter's got the answer, but FYI you should find something like the following in FF's Error Console (available from the Tools menu):