concat

abstract fun concat(text1: String, text2: String): String

拼接两个字符串。

Return

拼接结果

Parameters

text1

前面的字符串

text2

后面的字符串