Javascript 将javascript从缩小转换为未压缩?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/6026078/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-08-23 19:55:53  来源:igfitidea点击:

Convert javascript from minified to uncompressed?

javascript

提问by user737618

Possible Duplicate:
Can compressed javascript be uncompressed

可能的重复:
可以解压缩压缩的 javascript

How can I convert my javascript from mifified to uncompressed? Thanks

如何将我的 javascript 从 mifified 转换为未压缩?谢谢

回答by tbranyen

http://jsbeautifier.org/

http://jsbeautifier.org/

This is probably your best chance at making sense of minified code. Good luck brave one!

这可能是理解缩小代码的最佳机会。祝勇敢的人好运!

回答by Amareswar

You can't get exact uncompressed file by beautifying minified as variable names will be changed

您无法通过美化缩小来获得精确的未压缩文件,因为变量名称将被更改