IE浏览器下安装firebug
第一步:
将一个网址拖动到地址收藏栏;
第二步:
第三步:
将路径改为:javascript: var dd = (window["inIframe"] || window).document;var f=dd.createElement('script');f.setAttribute('src','https://getfirebug.com/firebug-lite-debug.js');dd.body.appendChild(f);(function(){if(window.pi&&window.firebug){firebug.init();}else{setTimeout(arguments.callee);}})();void(f);
注意对于存在frame的情况。console.log可以改成top.console.log
第四步:
对相应的页面点击修改之后的[链接]