Firebug:如何查看GET参数? [英] Firebug: how do I see GET parameters?

查看:108
本文介绍了Firebug:如何查看GET参数?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在Mac上的Firefox 3.6.3上使用Firebug.

I'm using Firebug on Firefox 3.6.3 for Mac.

我想使用Firebug查看正在传递的GET和POST参数.我在网络">"XHR"选项卡中打开了Firebug.面板显示网络面板已激活".

I want to use Firebug to view GET and POST parameters being passed. I have Firebug open at the Net > XHR tab. The panel says 'Net panel activated'.

但是,如果我随后去google.com进行搜索,则XHR标签中什么也不会出现. (所有HTML,CSS等在其他标签中显示都很好.)

Yet if I then go to google.com and do a search, nothing appears in the XHR tab. (All the HTML, CSS etc appears fine in the other tabs.)

在哪里可以看到GET参数在Firebug中传递给Google?

Where can I see the GET parameters being passed to Google in Firebug?

推荐答案

使用NET面板中的全部"标签

Use the All tab in the NET panel

POST参数.第一行是页面,如果单击向下箭头将其展开,则可以在发布"部分下看到参数.

POST parameters can be seen in the NET panel. The first line is the page and if you click the down arrow to expand it, you can see the parameters under the section called "Post"

GET参数可以通过类似的方式在扩展的NET选项卡上的"Params"部分中看到.此外,GET参数将始终是URL的一部分.它是?之后的一组参数.在网址中.

GET parameters can be seen in a similar way, on the expanded NET tab, its the section called "Params". Additionally, GET parameters will always be part of the url. It's the set of parameters after the ? in the URL.

这篇关于Firebug:如何查看GET参数?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆