Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在浏览一个似乎通过 javascript 填充数据的网页。我想为我的浏览器使用一个扩展,它可以让我查看对哪个 url 发出的请求以及从请求中返回的数据。
任何帮助,将不胜感激。
Firefox 有一个名为 Firebug 的插件,或者您可以在较新版本中使用 Ctrl+Shift+K 打开其本机控制台。Chrome 拥有带有网络标签的开发者工具。