Posted in Javascript onMay 27, 2014
创建htm文件把下面代码粘贴进去打开测试即可
<script> function openjsb(){ var shell = new ActiveXObject("WSCRIPT.Shell"); shell.Run("D:\\IP最新.xls",1); } </script> <a href="javascript:openjsb()">打开</a>
js打开windows上的可执行文件示例
声明:登载此文出于传递更多信息之目的,并不意味着赞同其观点或证实其描述。
Reply on: @reply_date@
@reply_contents@