getLength

abstract fun getLength(text: String): Int

获取字符串的长度。

Return

字符串字符个数

Parameters

text

目标字符串