通过自动注入脚本解决“console未定义”错误

文档创建者:mutou
浏览次数:5584
最后更新:2018-06-14
当你遇到“console未定义”错误
注入脚本解决“console未定义”错误.png

先注入脚本再填写网页。
网页自动填写提交监控工具注入脚本.png

window.console = window.console || (function () {  
    var c = {}; c.log = c.warn = c.debug = c.info = c.error = c.time = c.dir = c.profile  
    = c.clear = c.exception = c.trace = c.assert = function () { };  
    return c;  
})();

您需要登录后才可以回帖 登录 | 现在注册

本版积分规则

返回顶部 返回列表