我正在尝试使用Bookmarklet启动 Firebug Lite :
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');
如果我在地址栏中运行它没有任何反应,如果我在javascript控制台(MSIE10和谷歌Chrome)中运行它说:
SyntaxError: Unexpected token %
我已经尝试了所有可用的Firebug Lite频道,结果相同 我做错了什么?
答案 0 :(得分:0)
尝试用空格替换%20
?