var WinAlerts = window.alert; window.alert = function (e) { if (e != null && e.indexOf("提示内容")>-1) { //和谐了 } else { WinAlerts (e); } };