扩展函数
fun String.spaceToCamelCase() { ... } "Convert this to camelcase".spaceToCamelCase()
请注意扩展函数在Kotlin和Java文件中的调用方式是不同的。