1、调试工具:firebug
2、jslint 检查错误
3、jsMin 压缩工具
4、JSCompress 压缩工具
5、JS Regexp Generator http://www.jslab.dk/tools.regex.php
一个制作正则表达式的在线工具
6、JS Beautifier http://jsbeautifier.org/
在线JS格式化工具
7.YUI Compressor http://developer.yahoo.com/yui/compressor/
用java写的一个代码压缩工具,使用方法: java -jar yuicompressor-x.y.z.jar [options] [input file]
8.JSLint http://jslint.com/
在线JS校验工具,使用请注意“JSLint will hurt your feelings.”
9.JSCompress http://jscompress.com/
在线JS压缩工具
10.JSMin http://www.crockford.com/javascript/jsmin.html
JS压缩工具
11. json格式检查 Bejson