isEmpty

abstract fun isEmpty(text: String): Boolean

判断字符串是否为空(length为0)。

Return

为空返回 true

Parameters

text

目标字符串