如果引數中的字串不是空的,則傳回true。
字串
isNotEmpty(<parameters>)
isNotEmpty(<string>)
傳回布林值。
isNotEmpty("")
傳回false。
isNotEmpty("hello")
傳回true。