如何读取和调试压缩的javascript文件?

发布于 2024-11-25 00:56:00 字数 182 浏览 1 评论 0原文

我在网站上看到一个有趣的js文件,但我无法阅读它,因为它被最小化了。 有没有任何服务或方法可以将其转换为可读文件?

最小化的 js 文件类似于 Google Closure 编译器 的编译输出。

I saw an interesting js file in a website, but i cannot read it because it is minimized.
Is there any service or method to convert it to a readable file?

The minimized js file is similar to the compiled output from Google Closure Compiler.

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

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

发布评论

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

评论(2

忱杏 2024-12-02 00:56:00

UglifyJs 也提供了类似的功能,它有一个美化代码的选项:

There is also a similar feature provided by UglifyJs which has an option for beautifying the code:

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