Kotlin Ranges could be useful in expression evaluation and looping statements. ... Kotlin Range */ fun main(args: Array<String>) { for(i in 0..10 step 3){ ...
確定! 回上一頁