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.
我正在为我工作的公司使用 PHP/MySql/Javascript 开发一个 Web 应用程序。此应用程序需要能够打开 Windows 资源管理器以查看存储在网络 (I:) 驱动器上的文件。
我发现的一切都表明,这在浏览器应用程序中是不可能的——它必须是可能的。我玩过 exec(), , header(Location: I:)...这一切似乎都是简单的解决方案 --- 否定的 Ghostrider。
帮助 !
Internet Explorer 6 可让您通过以下方式执行此操作window.open('file:///K:/');(抱歉,这是我在 Linux 机器上能做的最好的事情。)
window.open('file:///K:/');
由于安全功能。它不适用于所有浏览器。如果你足够绝望,你可以拼凑一个 java apple 或 flash 来做。但是您可能需要在浏览器上物理设置安全描述符。