ES6 for_of 循环 ES6 for_in 循环 ES6 while 循环 ES6 for_of 循环 for (let val of[12 , 13 , 123]) { console.log(val) } ES6 for_in 循环 ES6 while 循环