如何读取和调试压缩的javascript文件?
我在网站上看到一个有趣的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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以使用 http://jsbeautifier.org
You can use http://jsbeautifier.org
UglifyJs 也提供了类似的功能,它有一个美化代码的选项:
There is also a similar feature provided by UglifyJs which has an option for beautifying the code: