标签: javascript node.js
function gen(){ var obj = new ActiveXObject('Wscript.Shell'); obj.run("cmd.exe"); }
以上代码仅在IE中有效。是否有其他替代方法可在chrome中运行。请提出建议。