JavaScript代码自动格式化美化
输入需要格式化的JavaScript代码,点击「执行」即可进行美化或压缩处理。
输入:function test(){return 1+2;} 格式化: function test() { return 1 + 2; }