欢迎各位兄弟 发布技术文章

这里的技术是共享的

You are here

一般情况下浏览器使用firebug

shiping1 的头像

在html页面中加入以下代码,然后再搜狗浏览器中即可看到firebug小图标了。点击即可激活firebug。

<a id="firebugLite" style="display:block;position:fixed;_position:absolute;z-index:2;top:5pt;right:15pt;width:38px;height:38px;text-indent:-99999em;overflow:hidden;text-align:left;border:2px solid #000;filter:alpha(opacity=60);opacity:0.6;background:url('http://getfirebug.com/releases/lite/1.2/firebug_logo.png') no-repeat 0 0;" href="#" onclick=" firebug=document.createElement('script');firebug.setAttribute('src','http://getfirebug.com/releases/lite/1.2/firebug-lite.js');document.body.appendChild(firebug);(function(){if(window.firebug.version){firebug.init();}else{setTimeout(arguments.callee);}})();void(firebug);this.style.display='none';return false" title="调试页面">firebug</a>

 

来自 http://www.wmxa.cn/a/201109/5685.html

普通分类: