19

我有一个带有类似链接的 html 文件:

<a href="N:\folder1\folder2">folder name</a>

我希望此链接打开资源管理器而不是基于自定义 chrome 文件 html 的浏览器。这适用于 IE 顺便说一句。

谢谢 !尼古拉斯。

4

1 回答 1

24

For Chrome, Safari and Opera this isn't possible due to their security model. However, there is somewhat of a solution for Chrome in that it's possible but it has two requirements:

  1. You need to get the user to install this Chrome extension
  2. It must be over https://

You will probably encounter the same problem for Firefox since it usually requires LocalLink.

Further reading

于 2013-10-18T09:57:29.883 回答