用js设置环境变量

canca15年前 (2011-06-23)504
// 调试用函数   function show(msg)   {   wsh = new ActiveXObject("WScript.Shell");   wsh.Popup(msg);   }&…