JavaScript入门--循环 一、for循环二、for in语句三、break语句四、continue语句五、while循环六、do-while语句 一、for循环 先来看一个循环案例: for (i = 0; i < 5; i++) {