用javascript来启动一个应用程序代码有没有???? 问题点数:20、回复次数:2Top
var wsh=new ActiveXObject("WScript.Shell"); wsh.Run("c:\\windows\\notepad.exe",1);Top
谢谢Top