重写 window.confirm:function window.confirm(str){ execScript("n = (msgbox('"+ str +"',vbYesNo,'自定义提示框的title')=vbYes)","vbscript"); return(n);}