退出关闭ie浏览器
function killself(){ var WshShell = new ActiveXObject("WScript.Shell"); WshShell.RUN("taskkill /IM iexplore.exe") }