在尝试通过 FF 中的 FireBug 调试问题时,我找到了一个运行 100 行且没有新行、空格和缩进的 JS。虽然我对 JS 有一点了解,但是阅读这段 JS 代码简直是不可能的。
Math.random().toString().replace(/90\./,"");this.res=[];this.req=[];this.ret=null;this.retry=true;this.timeout=null;this.getDuration=function(precision){precision=!isNaN(precision)?(3-precision):0;};..........................and so on non-stop....
FireBug 中有没有办法或通过在线工具将此 JS 代码格式转换为适当的人类可读格式?