Firebug 的 JSON 查看器无法正常工作
在 firebug 中,它说标头是 content type: application/json
,但我只有标头和响应选项卡(没有 json 选项卡)我的响应是有效的 json: [{"id":" 1","日期":"2011-05-21 22:00:00","位置":"六本木","描述":"blah","额外":"lbah"}]
但是为什么我用firebug中的json查看器看不到呢。这让我很烦恼,因为我的 json 查看器适用于其他网站(http://www.janodvarko.cz/firebug/tests/1275/Issue1275.htm) 谢谢..如果您需要更多信息,请告诉我。
in firebug it says the headers are content type: application/json
, but I only have headers and response tabs (no json tab) my response is valid json: [{"id":"1","date":"2011-05-21 22:00:00","location":"roppongi","description":"blah","extra":"lbah"}]
But why can't I use the json viewer in firebug to see it. It bother's me because my json viewer works for other sites (http://www.janodvarko.cz/firebug/tests/1275/Issue1275.htm)
Thank you.. let me know if you need more info.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果我理解你的问题,它在 Firebug 1.7.2 中对我有用:
对于它的价值,Firebug不需要为 JSON 查看器设置正确的内容类型即可启动。
If I understand your question, it works for me in Firebug 1.7.2:
For what it's worth, Firebug doesn't require a proper content-type be set for the JSON viewer to kick in.