mike-mei

 

1.编写代码

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title></title>
<script type="text/javascript">
function start(strPath){
var objShell = new ActiveXObject("wscript.shell");
objShell.Run(strPath);
objShell = null;
}
start("G:/库文件/NetSDKDemo.exe"); 
</script>
</head>
<body>
</body>
</html>

2.设置插件地址

 

......................................................1195900241

 

http://pan.baidu.com/s/1hsksaoc mpcljst

分类:

技术点:

相关文章:

  • 2021-12-10
  • 2021-12-23
  • 2022-02-13
  • 2021-08-28
  • 2021-09-04
  • 2022-12-23
  • 2022-02-09
  • 2021-07-28
猜你喜欢
  • 2021-10-19
  • 2022-12-23
  • 2022-03-06
  • 2022-01-01
  • 2021-04-08
  • 2021-06-12
相关资源
相似解决方案