码迷,mamicode.com
首页 > Web开发 > 详细

JS 暴力禁止alert弹窗

时间:2020-02-20 20:39:36      阅读:82      评论:0      收藏:0      [点我收藏+]

标签: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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!