val a = "Hello Kotlin" println(a.get(a.length-1))//n //使用get(index) ... expect fun String.substring(startIndex: Int): String expect fun ...
確定! 回上一頁