for(var i=0; i<10; i++) {
someCode...
}
for(var i=0, len=arr.length; i<len; i++) {
请问这两种for循环,有什么区别?为什么需要这么写?
30秒到达战场
相关分类