如何查看包含的 JavaScript 源代码?
我正在尝试使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
单击 Firebug 中的脚本选项卡。然后查看选项卡下方的下拉列表,其中显示了所有脚本。
Click the script tab in Firebug. Then look immediately below the tab for a dropdown that shows all the scripts.
右键-查看源代码
right click - view source