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