val str = "kotlin very good" str.first() <=> str[0] <=> str.get(0). 其還實現了查找等於某一個字符的第一個元素,即 first{} 高階函數
確定! 回上一頁