如何查看包含的 JavaScript 源代码?

发布于 2024-09-05 07:28:12 字数 201 浏览 4 评论 0原文

我正在尝试使用 GreaseMonkey 编写网页脚本。 (我使用 Firebug 来帮助开发。)该页面有少量 JavaScript 代码,但该代码从站点中提取其他 JS 文件。整个 JS 文件集合是否存储在客户端的某个位置(即文件系统的某个位置)以便我可以查看它们?或者更好的是,有没有办法可以在 Firebug 中查看它们?我对 Firebug 有点不知所措,但能够按照说明进行操作。

I am trying to script a web page using GreaseMonkey. (I am using Firebug for help in development.) The page has a small amount of JavaScript code, but that code pulls in other JS files from the site. Are the entire collection of JS files stored somewhere on the client side (i.e. on the filesystem somewhere) so that I can view them? Or better yet, is there a way I can view them in Firebug? I am a little overwhelmed by Firebug but will be able to follow instructions.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

归途 2024-09-12 07:28:12

单击 Firebug 中的脚本选项卡。然后查看选项卡下方的下拉列表,其中显示了所有脚本。

Click the script tab in Firebug. Then look immediately below the tab for a dropdown that shows all the scripts.

阳光下的泡沫是彩色的 2024-09-12 07:28:12

右键-查看源代码

right click - view source

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文