val str = "Hello Kotlin Strings" println(str.length) //prints 20; get(index) : Returns the character specified at the particular index.
確定! 回上一頁