如何在UIWebview IOS中显示firebug

时间:2011-12-13 04:05:53

标签: ios uiwebview firebug

我想在IOS中使用uiwebview创建一个简单的浏览器。现在我想在该浏览器上添加firebug功能。我已经在稳定频道区域的此网站http://getfirebug.com/firebuglite上执行了一些步骤,但在我将页面包含在我页面的<head>顶部后,仍然没有出现该问号。脚本是:

<script type="text/javascript" src="https://getfirebug.com/firebug-lite.js"></script>

这些步骤有问题或者我忘了做某事吗?有谁能够帮我?或者给我一些线索?

谢谢

2 个答案:

答案 0 :(得分:1)

我认为此链接将为您使用.. Firebug Lite

答案 1 :(得分:0)

尝试打开网站,然后将其粘贴到地址栏中:

javascript:(function(F,i,r,e,b,u,g,L,I,T,E){if(F.getElementById(b))return;E=F[i+'NS']&&F.documentElement.namespaceURI;E=E?F[i+'NS'](E,'script'):F[i]('script');E[r]('id',b);E[r]('src',I+g+T);E[r](b,u);(F[e]('head')[0]||F[e]('body')[0]).appendChild(E);E=new%20Image;E[r]('src',I+L);})(document,'createElement','setAttribute','getElementsByTagName','FirebugLite','4','firebug-lite.js','releases/lite/latest/skin/xp/sprite.png','https://getfirebug.com/','#startOpened');