JS 暴力禁止alert弹窗

2021-06-04 22:03

阅读:568

标签:UNC   ref   function   弹窗   错误   写代码   turn   href   blog   

写代码时,弹窗问题经常非常困扰。单列一篇随笔吧:

// 禁止alert弹窗。 防止错误提醒
window.alert = function() {
    return false;
}

参考:https://blog.csdn.net/qq_38334525/article/details/79621177

JS 暴力禁止alert弹窗

标签:UNC   ref   function   弹窗   错误   写代码   turn   href   blog   

原文地址:https://www.cnblogs.com/pu369/p/12336873.html


评论


亲,登录后才可以留言!