首页 > 代码库 > JS代码规范

JS代码规范

author: bigbigsunrise

// 2014/10/21
1、缩进采用两个空格
2、for循环的缩进格式 for(var i=0; i<10; i++) {...}

JS代码规范