js 调用bat文件,如何传参数js 通过var wsh = new ActiveXObject("WScript.Shell");调用bat文件,如何给bat文件传参数呢?[解决办法]var wsh = new ActiveXObject("WScript.Shell 参数1 参数2");试试