Kotlin has joinToString method just for this list.joinToString(). You can change a separator like this list.joinToString(separator = ":").
確定! 回上一頁