如果参数中的字符串不为空,则返回true。
字符串
isNotEmpty(<parameters>)
isNotEmpty(<string>)
返回布尔值。
isNotEmpty("")
返回false。
isNotEmpty("hello")
返回true。