我是科特林新手。我想用 Kotlin制作 a Setfrom a 。String例如
Set
String
val myStr = "oop"
将是[o,p]作为Set
kotlin
kotlin ×1