简体   繁体   English

如何在Firebug中保存所有JavaScript文件?

[英]How can I save all JavaScript files in Firebug?

I have a JavaScript web application and I am using Firebug to debug it. 我有一个JavaScript Web应用程序,正在使用Firebug对其进行调试。

In Firebug's Script panel I can see all JS files which the website is using: 在Firebug的“ 脚本”面板中,我可以看到网站正在使用的所有JS文件:

Firebug的* Script *面板中列出的JavaScript文件

Is there any way to download all these files? 有什么办法可以下载所有这些文件?

You can always right-click a single file (in Chrome's or Firefox' DevTools or Firebug) and then click the option to open the file in a new tab, then press Ctrl + s to save it. 您始终可以右键单击单个文件(在Chrome或Firefox的DevTools或Firebug中),然后单击选项以在新选项卡中打开文件,然后按Ctrl + s进行保存。 But there is no way of saving them all at once. 但是无法立即保存所有内容。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM