当我们需要分析这些文件的时候就需要格式化javascript代码的工具,使之方便阅读。
在这里我给大家介绍的就是 Javascript Code Improver 一个免费的工具。他很简单,只有格式化代码这一个功能,不过,足够用了。支持中英文界面切换。
JavaScript Code Improver
Cannot read your own JavaScript code?
Cannot find that closing brace?
Lost all hope of making head or tail of the JavaScript code inherited from your colleague?
Or just curious of how JavaScript works?
Try JavaScript Code Improver!
With JavaScript Code Improver you are just one click away from making any JavaScript clear, easily comprehensible and ready for printing thus saving the time you spend on editing, debugging and modifying it. Forget about all problems resulting from those illegible JavaScripts!
Compare how the same piece of code looks before:
<script language="JavaScript">var i=0,s="",k=0;function foo(){for(j=0;j<10;j++){for(i=0;i<10;i++){s="string1";k=Math.floor(Math.random()*10);}for(i=20;i>9;i--){s="string2";k=i;}}}</script>
and after processing by JavaScript Code Improver:
<script language="JavaScript"> var i = 0, s = "", k = 0; function foo() { for(j = 0; j < 10; j++) { for(i = 0; i < 10; i++) { s = "string1"; k = Math.floor( Math.random()*10 ); } for(i = 20; i > 9; i--) { s = "string2"; k = i; } } } </script>
You can see the difference, can’t you?
The program’s flexible settings let you structure the code in any way you like. So, even if your JavaScript code is pretty comprehensible, you can just give it more professional or just more pleasant feel.
《Java疯狂讲义》(第3版)学习笔记 2
《Java疯狂讲义》(第3版)学习笔记 1
NXP Mifare S50标准IC卡- 访问位(Access Bits) 分析
Python中获取异常(Exception)信息
支持向量机(SVM)入门
棋类游戏中人机博弈的设计
(翻译)如何对python dict 类型按键(keys)或值(values)排序
Python实现打印二叉树某一层的所有节点
FIFA halts 2026 bids amid scandal 国际足联在丑闻期间停止2026年足球世界杯申请














