对于链接或生成的Javascript代码,查看所有这些代码的最佳方法是什么?
示例类似于Google AdSense或Google Analytics代码,例如
<script type="text/javascript"><!--
google_ad_client = "pub-xxxxxxxxx";
[...]
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
我通常使用Firefox的附加Web开发人员 - &gt;信息 - &gt;查看Javascript。还有其他方法吗?
答案 0 :(得分:8)
Firebug提供最好的网络开发工具。
Firebug让您可以非常快速,轻松地查看页面上使用的所有JavaScript,以及CSS,HTML,甚至监控网络请求。
您可能也对Javascript Deobfuscator感兴趣。尽管它的名字,它实际上要比反混淆器好得多。
答案 1 :(得分:2)
Firebug能做你需要的吗?