mui

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

  

posted @ 2013-08-02 13:04  hpze2000  阅读(137)  评论(0编辑  收藏  举报