js打开所在文件夹并选中文件
该方法只支持IE.
var wsh = new ActiveXObject("WSCript.shell");
var src = "/select," + FilePath;
wsh.run("explorer.exe " + src);
该方法只支持IE.
var wsh = new ActiveXObject("WSCript.shell");
var src = "/select," + FilePath;
wsh.run("explorer.exe " + src);