Kotlin for循环 when List集合 的用法 1.for循环的四种用法 for(i in 2 .. 5){ } for(i in 5 downTo 2){ } for (i in 1 until 10)