如何通过A标签或者onclick方法访问局域网文件夹
例如 <a href="files://192.168.1.1/sharedfiles"> 服务器共享文件夹 </a>
例如 <label onclick="window.location.href='files://192.168.1.1/sharedfiles'"> 服务器共享文件夹 </lable>
files://192.168.1.1/sharedfiles 这个命令在IE中直接输入地址栏可以执行,但是通过网页链接,就无法找到该页了,求解决方案